summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
Commit message (Expand)AuthorAgeFilesLines
* mt7601u: fix kernel crash unplugging the deviceLorenzo Bianconi2021-01-251-1/+1
* iwlwifi: queue: bail out on invalid freeingJohannes Berg2021-01-251-4/+2
* iwlwifi: mvm: guard against device removal in reprobeJohannes Berg2021-01-251-1/+2
* iwlwifi: Fix IWL_SUBDEVICE_NO_160 macro to use the correct bit.Matti Gottlieb2021-01-251-2/+2
* iwlwifi: mvm: clear IN_D3 after wowlan status cmdShaul Triebitz2021-01-251-3/+3
* iwlwifi: pcie: add rules to match Qu with Hr2Luca Coelho2021-01-253-0/+38
* iwlwifi: mvm: invalidate IDs of internal stations at mvm startGregory Greenman2021-01-252-0/+10
* iwlwifi: mvm: fix the return type for DSM functions 1 and 2Matt Chen2021-01-253-29/+68
* iwlwifi: pcie: reschedule in long-running memory readsJohannes Berg2021-01-251-1/+7
* iwlwifi: pcie: use jiffies for memory read spin time limitJohannes Berg2021-01-251-6/+2
* iwlwifi: pcie: fix context info memory leakJohannes Berg2021-01-251-2/+9
* iwlwifi: pcie: add a NULL check in iwl_pcie_txq_unmapEmmanuel Grumbach2021-01-251-0/+5
* iwlwifi: pcie: set LTR on more devicesJohannes Berg2021-01-252-17/+28
* iwlwifi: queue: don't crash if txq->entries is NULLEmmanuel Grumbach2021-01-251-25/+24
* iwlwifi: fix the NMI flow for old devicesEmmanuel Grumbach2021-01-252-6/+13
* iwlwifi: pnvm: don't try to load after failuresJohannes Berg2021-01-251-1/+7
* iwlwifi: pnvm: don't skip everything when not reloadingJohannes Berg2021-01-251-25/+25
* iwlwifi: pcie: avoid potential PNVM leaksJohannes Berg2021-01-251-0/+3
* iwlwifi: mvm: take mutex for calling iwl_mvm_get_sync_time()Johannes Berg2021-01-251-0/+3
* iwlwifi: mvm: skip power command when unbinding vif during CSASara Sharon2021-01-251-0/+3
* mt76: mt7663s: fix rx buffer refcountingLorenzo Bianconi2021-01-181-5/+4
* mt7601u: fix rx buffer refcountingLorenzo Bianconi2021-01-181-2/+1
* iwlwifi: dbg: Don't touch the tlv dataTakashi Iwai2021-01-141-7/+0
* mt76: Fix queue ID variable types after mcu queue splitNathan Chancellor2021-01-142-6/+6
* wil6210: select CONFIG_CRC32Arnd Bergmann2021-01-061-0/+1
* Merge tag 'wireless-drivers-2020-12-22' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski2020-12-2314-36/+117
|\
| * mt76: mt7915: fix MESH ifdef blockRandy Dunlap2020-12-201-2/+2
| * mt76: mt76s: fix NULL pointer dereference in mt76s_process_tx_queueLorenzo Bianconi2020-12-201-1/+5
| * mt76: sdio: remove wake logic in mt76s_process_tx_queueLorenzo Bianconi2020-12-201-12/+3
| * mt76: usb: remove wake logic in mt76u_status_workerLorenzo Bianconi2020-12-201-7/+0
| * Merge ath-current from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/at...Kalle Valo2020-12-2010-12/+101
| |\
| | * ath11k: pci: disable ASPM L0sLs before downloading firmwareCarl Huang2020-12-182-0/+38
| | * ath11k: qmi: try to allocate a big block of DMA memory firstCarl Huang2020-12-182-2/+23
| | * ath11k: Fix ath11k_pci_fix_l1ss()Dan Carpenter2020-12-171-4/+4
| | * ath11k: Fix error code in ath11k_core_suspend()Dan Carpenter2020-12-171-1/+1
| | * ath11k: start vdev if a bss peer is already createdCarl Huang2020-12-173-2/+25
| | * ath11k: fix crash caused by NULL rx_channelCarl Huang2020-12-171-3/+7
| | * ath11k: add missing null check on allocated skbColin Ian King2020-12-171-0/+3
| * | rtlwifi: rise completion at the last step of firmware callbackPing-Ke Shih2020-12-171-3/+5
| * | mt76: mt76u: fix NULL pointer dereference in mt76u_status_workerLorenzo Bianconi2020-12-171-0/+2
| |/
* | ath9k: make relay callbacks constJani Nikula2020-12-161-1/+1
* | ath11k: make relay callbacks constJani Nikula2020-12-161-1/+1
* | ath10k: make relay callbacks constJani Nikula2020-12-161-1/+1
|/
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2020-12-1240-131/+1033
|\
| * ath11k: implement suspend for QCA6390 PCI devicesCarl Huang2020-12-128-2/+124
| * ath11k: hif: add ce irq enable and disable functionsCarl Huang2020-12-122-1/+32
| * ath11k: implement WoW enable and wakeup commandsCarl Huang2020-12-127-1/+355
| * ath11k: set credit_update flag for flow controlled ep onlyCarl Huang2020-12-121-3/+5
| * ath11k: dp: stop rx pktlog before suspendCarl Huang2020-12-124-0/+56
| * ath11k: htc: implement suspend handlingCarl Huang2020-12-124-2/+31