summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2022-05-24ath6kl: Use cc-disable-warning to disable -Wdangling-pointerNathan Chancellor1-1/+1
2022-05-22wifi: carl9170: silence a GCC 12 -Warray-bounds warningJakub Kicinski1-0/+5
2022-05-22wifi: ath6k: silence false positive -Wno-dangling-pointer warning on GCC 12Jakub Kicinski1-0/+5
2022-05-22wifi: ath9k: silence array-bounds warning on GCC 12Jakub Kicinski1-0/+5
2022-05-16Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo17-36/+575
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-10wil6210: remove 'freq' debugfsJohannes Berg1-14/+0
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-06ath10k: support bus and device specific API 1 BDF selectionRobert Marko1-1/+12
2022-05-06ath10k: mac: fix too long linesKalle Valo1-4/+9
2022-05-06ath11k: mac: fix too long lineKalle Valo1-4/+8
2022-05-06wil6210: switch to netif_napi_add_tx()Jakub Kicinski1-6/+4
2022-05-04ath11k: Add support for targets without trustzoneManikanta Pubbisetty2-1/+186
2022-05-03Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski70-1762/+5629
2022-05-03Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo35-249/+1158
2022-05-02carl9170: tx: fix an incorrect use of list iteratorXiaomeng Tong1-0/+3
2022-05-02wil6210: use NAPI_POLL_WEIGHT for napi budgetJakub Kicinski2-5/+4
2022-05-02ath10k: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski5-7/+4
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-29ath10k: skip ath10k_halt during suspend for driver state RESTARTINGAbhishek Kumar1-2/+18
2022-04-29ath9k: hif_usb: simplify if-if to if-elseWan Jiabing1-3/+2
2022-04-27wil6210: simplify if-if to if-elseWan Jiabing1-3/+2
2022-04-27ath10k: simplify if-if to if-elseWan Jiabing1-3/+2
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-23ath9k: fix QCA9561 PA bias levelThibaut VARĂˆNE1-1/+1
2022-04-23ath9k_htc: fix potential out of bounds access with invalid rxstatus->rs_keyixDan Carpenter1-0/+8
2022-04-23wil6210: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi1-3/+2
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