summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2021-04-28Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2021-04-26Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2021-03-29Merge tag 'v5.12-rc5' into locking/core, to pick up fixesIngo Molnar3-3/+0
2021-03-19Merge branch 'locking/urgent' into locking/core, to pick up dependent commitsIngo Molnar4-5/+12
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky3-3/+0
2021-03-17ath9k: Use tasklet_disable_in_atomic()Sebastian Andrzej Siewior1-1/+1
2021-03-06ath10k: Detect conf_mutex held ath10k_drain_tx() callsShuah Khan1-0/+2
2021-02-24ath11k: fix AP mode for QCA6390Kalle Valo1-2/+2
2021-02-24ath11k: qmi: use %pad to format dma_addr_tGeert Uytterhoeven1-2/+2
2021-02-18ath9k: fix transmitting to stations in dynamic SMPS modeFelix Fietkau2-1/+8
2021-02-13Merge tag 'wireless-drivers-next-2021-02-12' of git://git.kernel.org/pub/scm/...David S. Miller40-202/+834
2021-02-11ath11k: qmi: add debug message for allocated memory segment addresses and sizesKalle Valo1-0/+5
2021-02-11ath11k: pci: remove experimental warningKalle Valo1-2/+0
2021-02-11ath10k: hold RCU lock when calling ieee80211_find_sta_by_ifaddr()Shuah Khan1-2/+5
2021-02-11ath10k: change ath10k_offchan_tx_work() peer present msg to a warnShuah Khan1-3/+2
2021-02-11ath9k: fix data bus crash when setting nf_override via debugfsLinus Lüssing1-1/+4
2021-02-11ath11k: add support to configure spatial reuse parameter setRajkumar Manoharan6-5/+447
2021-02-11ath10k: restore tx sk_buff of htt header for SDIOWen Gong1-0/+2
2021-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-6/+2
2021-02-10ath11k: fix a locking bug in ath11k_mac_op_start()Dan Carpenter1-5/+6
2021-02-09wil6210: Add Support for Extended DMG MCS 12.1Max Chen5-19/+52
2021-02-09ath10k: Add new debug level for sta related logsTamizh Chelvam3-12/+13
2021-02-09carl9170: fix struct alignment conflictArnd Bergmann2-11/+11
2021-02-09wcn36xx: del BA session on TX stopLoic Poulain3-4/+5
2021-02-09ath11k: Update tx descriptor search index properlyKarthikeyan Periyasamy7-5/+20
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_i...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/...Jakub 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-06wil6210: select CONFIG_CRC32Arnd Bergmann1-0/+1
2020-12-23Merge tag 'wireless-drivers-2020-12-22' of git://git.kernel.org/pub/scm/linux...Jakub 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