summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath11k
AgeCommit message (Expand)AuthorFilesLines
2022-05-16Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo14-17/+554
2022-05-16mac80211: extend current rate control tx status APIJonas Jelonek1-1/+7
2022-05-10ath11k: remove redundant assignment to variables vht_mcs and he_mcsColin Ian King1-2/+2
2022-05-10ath11k: Reuse the available memory after firmware reloadAnilkumar Kolli3-4/+23
2022-05-10ath11k: Designating channel frequency when sending management framesBaochen Qiang3-1/+24
2022-05-10ath11k: Don't check arvif->is_started before sending management framesBaochen Qiang1-2/+3
2022-05-10ath11k: Implement remain-on-channel supportBaochen Qiang3-0/+120
2022-05-10ath11k: Handle keepalive during WoWLAN suspend and resumeBaochen Qiang5-0/+156
2022-05-09ath11k: reset 11d state in process of recoveryWen Gong3-0/+9
2022-05-06ath11k: Fix RX de-fragmentation issue on WCN6750Manikanta Pubbisetty3-3/+23
2022-05-06ath11k: mac: fix too long lineKalle Valo1-4/+8
2022-05-04ath11k: Add support for targets without trustzoneManikanta Pubbisetty2-1/+186
2022-05-04Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski30-1489/+5174
2022-05-03Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo18-215/+1107
2022-05-02ath11k: Add support for WCN6750 deviceManikanta Pubbisetty4-13/+158
2022-05-02ath11k: Datapath changes to support WCN6750Manikanta Pubbisetty2-0/+33
2022-05-02ath11k: HAL changes to support WCN6750Manikanta Pubbisetty5-13/+163
2022-05-02ath11k: Add QMI changes for WCN6750Manikanta Pubbisetty3-28/+56
2022-05-02ath11k: Fetch device information via QMI for WCN6750Manikanta Pubbisetty2-4/+164
2022-05-02ath11k: Add register access logic for WCN6750Manikanta Pubbisetty3-35/+35
2022-05-02ath11k: Add HW params for WCN6750Manikanta Pubbisetty4-0/+77
2022-05-02ath11k: Move parameters in bus_params to hw_paramsManikanta Pubbisetty7-47/+49
2022-05-02ath11k: change management tx queue to avoid connection timed outWen Gong1-1/+1
2022-05-02ath11k: fix warning of not found station for bssid in messageWen Gong1-5/+6
2022-04-29ath11k: Don't use GFP_KERNEL in atomic contextBaochen Qiang1-1/+1
2022-04-27ath11k: read country code from SMBIOS for WCN6855/QCA6390Wen Gong3-4/+63
2022-04-27ath11k: disable spectral scan during spectral deinitHari Chandrakanthan1-8/+9
2022-04-27ath11k: Update WBM idle ring HP after FW mode onManikanta Pubbisetty2-17/+32
2022-04-27ath11k: WMI changes to support WCN6750Manikanta Pubbisetty1-3/+7
2022-04-27ath11k: Do not put HW in DBS mode for WCN6750Manikanta Pubbisetty2-2/+3
2022-04-23ath11k: Fix build warning without CONFIG_IPV6YueHaibing1-0/+2
2022-04-23ath11k: fix missing unlock on error in ath11k_wow_op_resume()Yang Yingliang1-1/+1
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-12ath11k: Fix spelling mistake "reseting" -> "resetting"Colin Ian King1-1/+1
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-76/+78
2022-04-11mac80211: introduce BSS color collision detectionLorenzo Bianconi1-1/+4
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-03-30ath11k: reduce the wait time of 11d scan and hw scan while add interfaceWen Gong7-64/+84