summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2022-04-23ath11k: Add support for SARBaochen Qiang6-0/+192
2022-04-23ath11k: add support for extended wmi service bitWen Gong2-34/+56
2022-04-20ar5523: Use kzalloc instead of kmalloc/memsetHaowen Bai1-2/+1
2022-04-14Merge tag 'net-5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-21/+36
2022-04-12ath9k: Remove unnecessary print function dev_err()Yang Li1-3/+1
2022-04-12wcn36xx: clean up some inconsistent indentingYang Li1-3/+3
2022-04-12ath11k: Fix spelling mistake "reseting" -> "resetting"Colin Ian King1-1/+1
2022-04-12ath9k: fix ath_get_rate_txpower() to respect the rate list end tagPeter Seiderer1-1/+1
2022-04-11mac80211: prepare sta handling for MLO supportSriram R11-162/+170
2022-04-11mac80211: introduce BSS color collision detectionLorenzo Bianconi1-1/+4
2022-04-10ath9k: Fix usage of driver-private space in tx_infoToke Høiland-Jørgensen2-11/+21
2022-04-08mmc: core: improve API to make clear mmc_hw_reset is for cardsWolfram Sang1-1/+1
2022-04-06Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo44-1406/+4353
2022-04-06ath11k: mhi: remove unnecessary goto from ath11k_mhi_start()Kalle Valo1-7/+9
2022-04-06ath11k: mhi: add error handling for suspend and resumeKalle Valo3-12/+26
2022-04-06ath11k: mhi: remove state machineKalle Valo3-198/+11
2022-04-05ath11k: fix driver initialization failure with WoW unsupported hwNagarajan Maran1-2/+2
2022-04-05ath11k: Remove unnecessary delay in ath11k_core_suspendBaochen Qiang1-5/+0
2022-04-05ath11k: Change max no of active probe SSID and BSSID to fw capabilityKarthikeyan Kathirvel1-10/+2
2022-04-05ath11k: Remove core PCI references from PCI common codeManikanta Pubbisetty8-140/+211
2022-04-05ath11k: Refactor MSI logic to support WCN6750Manikanta Pubbisetty6-65/+51
2022-04-05ath11k: Choose MSI config based on HW revisionManikanta Pubbisetty4-25/+78
2022-04-05ath11k: Refactor PCI code to support WCN6750Manikanta Pubbisetty6-830/+856
2022-04-05ath11k: PCI changes to support WCN6750Manikanta Pubbisetty2-61/+84
2022-04-04Revert "ath11k: mesh: add support for 256 bitmap in blockack frames in 11ax"Anilkumar Kolli1-8/+14
2022-04-01wcn36xx: Improve readability of wcn36xx_caps_nameBenjamin Stürz1-61/+65
2022-04-01ath9k: make is2ghz consistent in ar9003_eepromWenli Looi1-25/+21
2022-04-01ath10k: enable napi on RX path for usbErik Stromdahl1-0/+26
2022-04-01ath10k: add support for MSDU IDs for USB devicesErik Stromdahl1-0/+1
2022-04-01ath9k: Properly clear TX status area before reporting to mac80211Toke Høiland-Jørgensen1-3/+2
2022-03-30ath11k: reduce the wait time of 11d scan and hw scan while add interfaceWen Gong7-64/+84
2022-03-30ath11k: add support to search regdb data in board-2.bin for WCN6855Wen Gong2-25/+78
2022-03-30wcn36xx: Implement tx_rate reportingEdmond Gagnon6-1/+111
2022-03-28ath11k: store and send country code to firmware after recoveryWen Gong4-0/+11
2022-03-25ath9k: add functions to get paprd rate maskWenli Looi3-20/+25
2022-03-25ath9k: refactor ar9003_hw_spur_mitigate_ofdmWenli Looi1-17/+8
2022-03-25ath9k: fix ar9003_get_eepmiscWenli Looi1-1/+1
2022-03-25ath9k: use AR9300_MAX_CHAINS when appropriateWenli Looi2-3/+3
2022-03-25ath9k: split set11nRateFlags and set11nChainSelWenli Looi3-10/+14
2022-03-25ath9k: make ATH_SREV macros more consistentWenli Looi1-5/+5
2022-03-25ath11k: Add peer rhash table supportKarthikeyan Periyasamy5-24/+363
2022-03-25ath11k: add read variant from SMBIOS for download board dataWen Gong3-1/+93
2022-03-25ath11k: add fallback board name without variant while searching board-2.binWen Gong1-7/+41
2022-03-23ath11k: enable PLATFORM_CAP_PCIE_GLOBAL_RESET QMI host capabilityBaochen Qiang3-0/+11
2022-03-23ath11k: fix the warning of dev_wake in mhi_pm_disable_transition()Wen Gong1-4/+8
2022-03-23ath11k: Add hw-restart option to simulate_fw_crashWen Gong1-0/+4
2022-03-23ath11k: add synchronization operation between reconfigure of mac80211 and ath...Wen Gong3-8/+70
2022-03-23ath11k: add support for device recovery for QCA6390/WCN6855Wen Gong4-0/+132
2022-03-23ath11k: disable regdb support for QCA6390Wen Gong1-1/+1
2022-03-23ath11k: remove unused ATH11K_BD_IE_BOARD_EXTWen Gong1-1/+0