summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
Commit message (Expand)AuthorAgeFilesLines
* ath10k: Add new debug level for sta related logsTamizh Chelvam2021-02-093-12/+13
* carl9170: fix struct alignment conflictArnd Bergmann2021-02-092-11/+11
* wcn36xx: del BA session on TX stopLoic Poulain2021-02-093-4/+5
* ath11k: Update tx descriptor search index properlyKarthikeyan Periyasamy2021-02-097-5/+20
* ath10k: Fix lockdep assertion warning in ath10k_sta_statisticsAnand K Mistry2021-02-091-0/+2
* ath10k: Fix suspicious RCU usage warning in ath10k_wmi_tlv_parse_peer_stats_i...Anand K Mistry2021-02-091-0/+3
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2021-02-0818-133/+257
|\
| * ath11k: remove h from printk format specifierTom Rix2021-02-044-13/+13
| * ath10k: remove h from printk format specifierTom Rix2021-02-047-36/+36
| * ath10k: fix wmi mgmt tx queue full due to race conditionMiaoqing Pan2021-01-281-11/+4
| * ath10k: pass the ssid info to get the correct bss entityWen Gong2021-01-281-1/+2
| * ath10k: allow dynamic SAR power limits via common APICarl Huang2021-01-284-59/+192
| * wcn36xx: Remove unnecessary memsetZheng Yongjun2021-01-261-1/+0
| * ath11k: add ieee80211_unregister_hw to avoid kernel crash caused by NULL pointerWen Gong2021-01-261-2/+5
| * ath10k: remove unused struct ath10k::dev_typeKalle Valo2021-01-181-1/+0
| * ath11k: remove duplicate function declarationKarthikeyan Periyasamy2021-01-181-8/+0
| * ath10k: increase rx buffer size to 2048Linus Lüssing2021-01-181-1/+1
| * ath10k: sanitity check for ep connectivityZekun Shen2021-01-181-0/+4
* | Merge tag 'wireless-drivers-next-2021-02-05' of git://git.kernel.org/pub/scm/...Jakub Kicinski2021-02-0614-84/+214
|\|
| * Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2021-01-1114-84/+214
| |\
| | * ath11k: dp: clean up a variable nameDan Carpenter2020-12-181-1/+1
| | * ath11k: pci: remove unnecessary mask in ath11k_pci_enable_ltssm()Kalle Valo2020-12-181-1/+1
| | * ath10k: prevent deinitializing NAPI twiceWen Gong2020-12-176-12/+41
| | * ath9k: Postpone key cache entry deletion for TXQ frames reference itJouni Malinen2020-12-172-1/+87
| | * ath: Modify ath_key_delete() to not need full key entryJouni Malinen2020-12-175-23/+22
| | * ath: Export ath_hw_keysetmac()Jouni Malinen2020-12-172-2/+3
| | * ath9k: Clear key cache explicitly on disabling hardwareJouni Malinen2020-12-171-0/+5
| | * ath: Use safer key clearing with key cache entriesJouni Malinen2020-12-171-1/+10
| | * ath10k: Remove voltage regulator votes during wifi disableRakesh Pillai2020-12-171-46/+46
| | * ath10k: Fix error handling in case of CE pipe init failureRakesh Pillai2020-12-171-2/+3
* | | cfg80211: avoid holding the RTNL when calling the driverJohannes Berg2021-01-266-2/+17
* | | cfg80211: change netdev registration/unregistration semanticsJohannes Berg2021-01-222-4/+4
|/ /
* | wil6210: select CONFIG_CRC32Arnd Bergmann2021-01-051-0/+1
* | Merge tag 'wireless-drivers-2020-12-22' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski2020-12-2210-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
| |/
* | ath9k: make relay callbacks constJani Nikula2020-12-151-1/+1
* | ath11k: make relay callbacks constJani Nikula2020-12-151-1/+1
* | ath10k: make relay callbacks constJani Nikula2020-12-151-1/+1
|/
* 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