aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-4/+1
2021-04-13Merge tag 'wireless-drivers-next-2021-04-13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller26-480/+1972
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-15Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo26-480/+1972
2021-03-09ath11k: Add support for STA to handle beacon missLavanya Suresh4-13/+81
2021-03-09ath11k: Update signal filled flag during sta_statistics drv opSriram R1-0/+1
2021-03-09ath10k: skip the wait for completion to recovery in shutdown pathYoughandhar Chintala1-9/+20
2021-03-06ath10k: Detect conf_mutex held ath10k_drain_tx() callsShuah Khan1-0/+2
2021-02-24ath11k: fix thermal temperature readPradeep Kumar Chitrapu1-32/+21
2021-02-24ath11k: fix potential wmi_mgmt_tx_queue race conditionMiaoqing Pan1-1/+1
2021-02-24ath11k: qmi: cosmetic changes to error messagesKalle Valo1-44/+47
2021-02-24ath11k: qmi: add more debug messagesKalle Valo1-0/+25
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-22Revert "ath9k: fix ath_tx_process_buffer() potential null ptr dereference"Shuah Khan1-16/+12
2021-02-22ath11k: print hardware name and version during initialisationKalle Valo1-1/+1
2021-02-18ath9k: fix transmitting to stations in dynamic SMPS modeFelix Fietkau2-1/+8
2021-02-18ath11k: Enable radar detection for 160MHz secondary segmentLavanya Suresh1-1/+3
2021-02-18ath11k: Fix sounding dimension config in HE capLavanya Suresh1-2/+0
2021-02-17ath11k: add qcn9074 pci device supportAnilkumar Kolli1-1/+17
2021-02-17ath11k: add extended interrupt support for QCN9074Karthikeyan Periyasamy5-4/+56
2021-02-17ath11k: add CE interrupt support for QCN9074Karthikeyan Periyasamy7-8/+294
2021-02-17ath11k: add data path support for QCN9074Karthikeyan Periyasamy8-236/+912
2021-02-17ath11k: add hal support for QCN9074Karthikeyan Periyasamy11-89/+269
2021-02-17ath11k: add static window support for register accessKarthikeyan Periyasamy3-9/+68
2021-02-17ath11k: Add qcn9074 mhi controller configAnilkumar Kolli4-8/+122
2021-02-17ath11k: Update memory segment count for qcn9074Anilkumar Kolli2-1/+3
2021-02-17ath11k: qmi: increase the number of fw segmentsAnilkumar Kolli1-3/+3
2021-02-17ath11k: Move qmi service_ins_id to hw_paramsAnilkumar Kolli4-2/+6
2021-02-17ath11k: Refactor ath11k_msi_configAnilkumar Kolli2-17/+23
2021-02-16ath11k: debugfs: Fix spelling mistake "Opportunies" -> "Opportunities"Colin Ian King1-1/+1
2021-02-16ath9k: fix ath_tx_process_buffer() potential null ptr dereferenceShuah Khan1-12/+16
2021-02-12Merge tag 'wireless-drivers-next-2021-02-12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid 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-10Merge 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