aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2021-02-09ath10k: Fix lockdep assertion warning in ath10k_sta_statisticsAnand K Mistry1-0/+2
2021-02-09ath10k: Fix suspicious RCU usage warning in ath10k_wmi_tlv_parse_peer_stats_info()Anand K Mistry1-0/+3
2021-02-08Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo18-133/+257
2021-02-06Merge tag 'wireless-drivers-next-2021-02-05' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextJakub Kicinski14-84/+214
2021-02-04ath11k: remove h from printk format specifierTom Rix4-13/+13
2021-02-04ath10k: remove h from printk format specifierTom Rix7-36/+36
2021-01-28ath9k: fix build error with LEDS_CLASS=mArnd Bergmann1-6/+2
2021-01-28ath10k: fix wmi mgmt tx queue full due to race conditionMiaoqing Pan1-11/+4
2021-01-28ath10k: pass the ssid info to get the correct bss entityWen Gong1-1/+2
2021-01-28ath10k: allow dynamic SAR power limits via common APICarl Huang4-59/+192
2021-01-26wcn36xx: Remove unnecessary memsetZheng Yongjun1-1/+0
2021-01-26ath11k: add ieee80211_unregister_hw to avoid kernel crash caused by NULL pointerWen Gong1-2/+5
2021-01-26cfg80211: avoid holding the RTNL when calling the driverJohannes Berg6-2/+17
2021-01-22cfg80211: change netdev registration/unregistration semanticsJohannes Berg2-4/+4
2021-01-18ath10k: remove unused struct ath10k::dev_typeKalle Valo1-1/+0
2021-01-18ath11k: remove duplicate function declarationKarthikeyan Periyasamy1-8/+0
2021-01-18ath10k: increase rx buffer size to 2048Linus Lüssing1-1/+1
2021-01-18ath10k: sanitity check for ep connectivityZekun Shen1-0/+4
2021-01-11Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo14-84/+214
2021-01-05wil6210: select CONFIG_CRC32Arnd Bergmann1-0/+1
2020-12-22Merge tag 'wireless-drivers-2020-12-22' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversJakub Kicinski10-12/+101
2020-12-18ath11k: dp: clean up a variable nameDan Carpenter1-1/+1
2020-12-18ath11k: pci: remove unnecessary mask in ath11k_pci_enable_ltssm()Kalle Valo1-1/+1
2020-12-18ath11k: pci: disable ASPM L0sLs before downloading firmwareCarl Huang2-0/+38
2020-12-18ath11k: qmi: try to allocate a big block of DMA memory firstCarl Huang2-2/+23
2020-12-17ath10k: prevent deinitializing NAPI twiceWen Gong6-12/+41
2020-12-17ath9k: Postpone key cache entry deletion for TXQ frames reference itJouni Malinen2-1/+87
2020-12-17ath: Modify ath_key_delete() to not need full key entryJouni Malinen5-23/+22
2020-12-17ath: Export ath_hw_keysetmac()Jouni Malinen2-2/+3
2020-12-17ath9k: Clear key cache explicitly on disabling hardwareJouni Malinen1-0/+5
2020-12-17ath: Use safer key clearing with key cache entriesJouni Malinen1-1/+10
2020-12-17ath10k: Remove voltage regulator votes during wifi disableRakesh Pillai1-46/+46
2020-12-17ath10k: Fix error handling in case of CE pipe init failureRakesh Pillai1-2/+3
2020-12-17ath11k: Fix ath11k_pci_fix_l1ss()Dan Carpenter1-4/+4
2020-12-17ath11k: Fix error code in ath11k_core_suspend()Dan Carpenter1-1/+1
2020-12-17ath11k: start vdev if a bss peer is already createdCarl Huang3-2/+25
2020-12-17ath11k: fix crash caused by NULL rx_channelCarl Huang1-3/+7
2020-12-17ath11k: add missing null check on allocated skbColin Ian King1-0/+3
2020-12-15ath9k: make relay callbacks constJani Nikula1-1/+1
2020-12-15ath11k: make relay callbacks constJani Nikula1-1/+1
2020-12-15ath10k: make relay callbacks constJani Nikula1-1/+1
2020-12-12ath11k: implement suspend for QCA6390 PCI devicesCarl Huang8-2/+124
2020-12-12ath11k: hif: add ce irq enable and disable functionsCarl Huang2-1/+32
2020-12-12ath11k: implement WoW enable and wakeup commandsCarl Huang7-1/+355
2020-12-12ath11k: set credit_update flag for flow controlled ep onlyCarl Huang1-3/+5
2020-12-12ath11k: dp: stop rx pktlog before suspendCarl Huang4-0/+56
2020-12-12ath11k: htc: implement suspend handlingCarl Huang4-2/+31
2020-12-12ath11k: htc: remove unused struct ath11k_htc_opsKalle Valo1-6/+0
2020-12-12ath11k: pci: read select_window register to ensure write is finishedCarl Huang1-0/+1
2020-12-12ath11k: hif: implement suspend and resume functionsCarl Huang2-0/+38