summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath11k
Commit message (Expand)AuthorAgeFilesLines
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2022-05-1614-17/+554
|\
| * ath11k: remove redundant assignment to variables vht_mcs and he_mcsColin Ian King2022-05-101-2/+2
| * ath11k: Reuse the available memory after firmware reloadAnilkumar Kolli2022-05-103-4/+23
| * ath11k: Designating channel frequency when sending management framesBaochen Qiang2022-05-103-1/+24
| * ath11k: Don't check arvif->is_started before sending management framesBaochen Qiang2022-05-101-2/+3
| * ath11k: Implement remain-on-channel supportBaochen Qiang2022-05-103-0/+120
| * ath11k: Handle keepalive during WoWLAN suspend and resumeBaochen Qiang2022-05-105-0/+156
| * ath11k: reset 11d state in process of recoveryWen Gong2022-05-093-0/+9
| * ath11k: Fix RX de-fragmentation issue on WCN6750Manikanta Pubbisetty2022-05-063-3/+23
| * ath11k: mac: fix too long lineKalle Valo2022-05-061-4/+8
| * ath11k: Add support for targets without trustzoneManikanta Pubbisetty2022-05-042-1/+186
* | mac80211: extend current rate control tx status APIJonas Jelonek2022-05-161-1/+7
|/
* Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-05-0330-1489/+5174
|\
| * Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2022-05-0318-215/+1107
| |\
| | * ath11k: Add support for WCN6750 deviceManikanta Pubbisetty2022-05-024-13/+158
| | * ath11k: Datapath changes to support WCN6750Manikanta Pubbisetty2022-05-022-0/+33
| | * ath11k: HAL changes to support WCN6750Manikanta Pubbisetty2022-05-025-13/+163
| | * ath11k: Add QMI changes for WCN6750Manikanta Pubbisetty2022-05-023-28/+56
| | * ath11k: Fetch device information via QMI for WCN6750Manikanta Pubbisetty2022-05-022-4/+164
| | * ath11k: Add register access logic for WCN6750Manikanta Pubbisetty2022-05-023-35/+35
| | * ath11k: Add HW params for WCN6750Manikanta Pubbisetty2022-05-024-0/+77
| | * ath11k: Move parameters in bus_params to hw_paramsManikanta Pubbisetty2022-05-027-47/+49
| | * ath11k: change management tx queue to avoid connection timed outWen Gong2022-05-021-1/+1
| | * ath11k: fix warning of not found station for bssid in messageWen Gong2022-05-021-5/+6
| | * ath11k: Don't use GFP_KERNEL in atomic contextBaochen Qiang2022-04-291-1/+1
| | * ath11k: read country code from SMBIOS for WCN6855/QCA6390Wen Gong2022-04-273-4/+63
| | * ath11k: disable spectral scan during spectral deinitHari Chandrakanthan2022-04-271-8/+9
| | * ath11k: Update WBM idle ring HP after FW mode onManikanta Pubbisetty2022-04-272-17/+32
| | * ath11k: WMI changes to support WCN6750Manikanta Pubbisetty2022-04-271-3/+7
| | * ath11k: Do not put HW in DBS mode for WCN6750Manikanta Pubbisetty2022-04-272-2/+3
| | * ath11k: Fix build warning without CONFIG_IPV6YueHaibing2022-04-231-0/+2
| | * ath11k: fix missing unlock on error in ath11k_wow_op_resume()Yang Yingliang2022-04-231-1/+1
| | * ath11k: Add support for SARBaochen Qiang2022-04-236-0/+192
| | * ath11k: add support for extended wmi service bitWen Gong2022-04-232-34/+56
| | * ath11k: Fix spelling mistake "reseting" -> "resetting"Colin Ian King2022-04-121-1/+1
| * | mac80211: prepare sta handling for MLO supportSriram R2022-04-111-76/+78
| * | mac80211: introduce BSS color collision detectionLorenzo Bianconi2022-04-111-1/+4
| |/
| * ath11k: mhi: remove unnecessary goto from ath11k_mhi_start()Kalle Valo2022-04-061-7/+9
| * ath11k: mhi: add error handling for suspend and resumeKalle Valo2022-04-063-12/+26
| * ath11k: mhi: remove state machineKalle Valo2022-04-063-198/+11
| * ath11k: fix driver initialization failure with WoW unsupported hwNagarajan Maran2022-04-051-2/+2
| * ath11k: Remove unnecessary delay in ath11k_core_suspendBaochen Qiang2022-04-051-5/+0
| * ath11k: Change max no of active probe SSID and BSSID to fw capabilityKarthikeyan Kathirvel2022-04-051-10/+2
| * ath11k: Remove core PCI references from PCI common codeManikanta Pubbisetty2022-04-058-140/+211
| * ath11k: Refactor MSI logic to support WCN6750Manikanta Pubbisetty2022-04-056-65/+51
| * ath11k: Choose MSI config based on HW revisionManikanta Pubbisetty2022-04-054-25/+78
| * ath11k: Refactor PCI code to support WCN6750Manikanta Pubbisetty2022-04-056-830/+856
| * ath11k: PCI changes to support WCN6750Manikanta Pubbisetty2022-04-052-61/+84
| * ath11k: reduce the wait time of 11d scan and hw scan while add interfaceWen Gong2022-03-307-64/+84
| * ath11k: add support to search regdb data in board-2.bin for WCN6855Wen Gong2022-03-302-25/+78