summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel
AgeCommit message (Expand)AuthorFilesLines
2019-09-06iwlwifi: remove CMD_HIGH_PRIOEmmanuel Grumbach1-8/+4
2019-09-06iwlwifi: mvm: remove last leftovers of d0i3Emmanuel Grumbach3-17/+0
2019-09-06iwlwifi: mvm: remove iwl_mvm_update_d0i3_power_modeEmmanuel Grumbach2-74/+11
2019-09-06iwlwifi: mvm: remove d0i3_ap_sta_idEmmanuel Grumbach3-11/+0
2019-09-06iwlwifi: mvm: iwl_mvm_wowlan_config_key_params is for wowlan onlyEmmanuel Grumbach2-61/+15
2019-09-06iwlwifi: mvm: remove the d0i3 entry/exit flowEmmanuel Grumbach4-508/+2
2019-09-06iwlwifi: mvm: remove the tx defer for d0i3Emmanuel Grumbach3-111/+1
2019-09-06iwlwifi: remove all the d0i3 referencesEmmanuel Grumbach13-465/+11
2019-09-06iwlwifi: mvm: start to remove the code for d0i3Emmanuel Grumbach1-18/+0
2019-09-06iwlwifi: mvm: add the skb length to a printShaul Triebitz1-2/+3
2019-09-06iwlwifi: mvm: fix scan config command sizeBeker Ayala1-1/+1
2019-09-06iwlwifi: add ldbg config cmd debug printShahar S Matityahu1-0/+1
2019-09-06iwlwifi: dbg: support debug recording suspend resume commandShahar S Matityahu6-55/+87
2019-09-06iwlwifi: dbg: move debug recording stop from trans to op modeShahar S Matityahu6-11/+7
2019-09-06iwlwifi: dbg: move monitor recording functionality from header fileShahar S Matityahu2-85/+89
2019-09-06iwlwifi: mvm: remove unnecessary forward declarationsJohannes Berg1-8/+0
2019-09-06iwlwifi: mvm: Block 26-tone RU OFDMA transmissionsIlan Peer3-0/+61
2019-09-06iwlwifi: mvm: remove redundant condition in iwl_mvm_set_hw_rfkill_stateEmmanuel Grumbach1-2/+1
2019-09-06iwlwifi: Send DQA enable command only if TVL is onIlia Lin1-3/+5
2019-09-06iwlwifi: bump FW API to 49 for 22000 seriesLuca Coelho1-1/+1
2019-09-03iwlwifi: assign directly to iwl_trans->cfg in QuZ detectionLuca Coelho1-12/+12
2019-09-03ipw2x00: fix spelling mistake "initializationg" -> "initialization"Colin Ian King1-1/+1
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-6/+31
2019-08-29iwlwifi: pcie: handle switching killer Qu B0 NICs to C0Luca Coelho4-6/+31
2019-08-28PCI: Move ASPM declarations to linux/pci.hKrzysztof Wilczynski3-3/+0
2019-08-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-10/+71
2019-08-20iwlwifi: pcie: fix recognition of QuZ devicesLuca Coelho1-0/+17
2019-08-20iwlwifi: pcie: don't switch FW to qnj when ax201 is detectedLuca Coelho1-0/+1
2019-08-20iwlwifi: pcie: fix the byte count table format for 22560 devicesEmmanuel Grumbach1-7/+13
2019-08-20iwlwifi: mvm: Allow multicast data frames only when associatedIlan Peer2-3/+40
2019-08-20Merge tag 'wireless-drivers-next-for-davem-2019-08-19' of git://git.kernel.or...David S. Miller2-3/+2
2019-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller17-352/+535
2019-08-06ipw2x00: remove redundant assignment to errColin Ian King1-1/+1
2019-08-06iwlegacy: Use dev_get_drvdata where possibleChuhong Yuan1-2/+1
2019-08-01iwlwifi: dbg_ini: fix compile time assert build errorsMauro Rossi1-10/+12
2019-07-30iwlwifi: mvm: fix a use-after-free bug in iwl_mvm_tx_tso_segmentEmmanuel Grumbach1-1/+2
2019-07-30iwlwifi: mvm: fix an out-of-bound accessEmmanuel Grumbach1-1/+1
2019-07-30iwlwifi: don't unmap as page memory that was mapped as singleEmmanuel Grumbach1-0/+2
2019-07-30iwlwifi: mvm: fix version check for GEO_TX_POWER_LIMIT supportLuca Coelho1-2/+7
2019-07-30iwlwifi: add 3 new IDs for the 9000 series (iwl9260_2ac_160_cfg)Ihab Zhaika1-0/+3
2019-07-30iwlwifi: mvm: fix possible out-of-bounds read when accessing lq_infoGregory Greenman1-8/+20
2019-07-30iwlwifi: mvm: fix frame drop from the reordering bufferEmmanuel Grumbach1-11/+33
2019-07-30iwlwifi: mvm: replace RS mutex with a spin_lockGregory Greenman4-285/+258
2019-07-30iwlwifi: mvm: send LQ command always ASYNCGregory Greenman4-15/+16
2019-07-30iwlwifi: mvm: fix comparison of u32 variable with less than zeroColin Ian King1-1/+1
2019-07-30iwlwifi: fix locking in delayed GTK settingJohannes Berg1-13/+26
2019-07-30iwlwifi: dbg_ini: move iwl_dbg_tlv_free outside of debugfs ifdefShahar S Matityahu1-1/+1
2019-07-30iwlwifi: dbg_ini: move iwl_dbg_tlv_load_bin out of debug override ifdefShahar S Matityahu1-0/+2
2019-07-30iwlwifi: mvm: add a wrapper around rs_tx_status to handle locksGregory Greenman1-9/+19
2019-07-30iwlwifi: mvm: add a loose synchronization of the NSSN across Rx queuesEmmanuel Grumbach3-15/+56