summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)Author
2022-05-24ath6kl: Use cc-disable-warning to disable -Wdangling-pointerNathan Chancellor
2022-05-22wifi: carl9170: silence a GCC 12 -Warray-bounds warningJakub Kicinski
2022-05-22wifi: ath6k: silence false positive -Wno-dangling-pointer warning on GCC 12Jakub Kicinski
2022-05-22wifi: ath9k: silence array-bounds warning on GCC 12Jakub Kicinski
2022-05-16Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2022-05-16mac80211: extend current rate control tx status APIJonas Jelonek
2022-05-10ath11k: remove redundant assignment to variables vht_mcs and he_mcsColin Ian King
2022-05-10ath11k: Reuse the available memory after firmware reloadAnilkumar Kolli
2022-05-10wil6210: remove 'freq' debugfsJohannes Berg
2022-05-10ath11k: Designating channel frequency when sending management framesBaochen Qiang
2022-05-10ath11k: Don't check arvif->is_started before sending management framesBaochen Qiang
2022-05-10ath11k: Implement remain-on-channel supportBaochen Qiang
2022-05-10ath11k: Handle keepalive during WoWLAN suspend and resumeBaochen Qiang
2022-05-09ath11k: reset 11d state in process of recoveryWen Gong
2022-05-06ath11k: Fix RX de-fragmentation issue on WCN6750Manikanta Pubbisetty
2022-05-06ath10k: support bus and device specific API 1 BDF selectionRobert Marko
2022-05-06ath10k: mac: fix too long linesKalle Valo
2022-05-06ath11k: mac: fix too long lineKalle Valo
2022-05-06wil6210: switch to netif_napi_add_tx()Jakub Kicinski
2022-05-04ath11k: Add support for targets without trustzoneManikanta Pubbisetty
2022-05-03Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2022-05-03Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2022-05-02carl9170: tx: fix an incorrect use of list iteratorXiaomeng Tong
2022-05-02wil6210: use NAPI_POLL_WEIGHT for napi budgetJakub Kicinski
2022-05-02ath10k: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski
2022-05-02ath11k: Add support for WCN6750 deviceManikanta Pubbisetty
2022-05-02ath11k: Datapath changes to support WCN6750Manikanta Pubbisetty
2022-05-02ath11k: HAL changes to support WCN6750Manikanta Pubbisetty
2022-05-02ath11k: Add QMI changes for WCN6750Manikanta Pubbisetty
2022-05-02ath11k: Fetch device information via QMI for WCN6750Manikanta Pubbisetty
2022-05-02ath11k: Add register access logic for WCN6750Manikanta Pubbisetty
2022-05-02ath11k: Add HW params for WCN6750Manikanta Pubbisetty
2022-05-02ath11k: Move parameters in bus_params to hw_paramsManikanta Pubbisetty
2022-05-02ath11k: change management tx queue to avoid connection timed outWen Gong
2022-05-02ath11k: fix warning of not found station for bssid in messageWen Gong
2022-04-29ath11k: Don't use GFP_KERNEL in atomic contextBaochen Qiang
2022-04-29ath10k: skip ath10k_halt during suspend for driver state RESTARTINGAbhishek Kumar
2022-04-29ath9k: hif_usb: simplify if-if to if-elseWan Jiabing
2022-04-27wil6210: simplify if-if to if-elseWan Jiabing
2022-04-27ath10k: simplify if-if to if-elseWan Jiabing
2022-04-27ath11k: read country code from SMBIOS for WCN6855/QCA6390Wen Gong
2022-04-27ath11k: disable spectral scan during spectral deinitHari Chandrakanthan
2022-04-27ath11k: Update WBM idle ring HP after FW mode onManikanta Pubbisetty
2022-04-27ath11k: WMI changes to support WCN6750Manikanta Pubbisetty
2022-04-27ath11k: Do not put HW in DBS mode for WCN6750Manikanta Pubbisetty
2022-04-23ath9k: fix QCA9561 PA bias levelThibaut VARĂˆNE
2022-04-23ath9k_htc: fix potential out of bounds access with invalid rxstatus->rs_keyixDan Carpenter
2022-04-23wil6210: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi
2022-04-23ath11k: Fix build warning without CONFIG_IPV6YueHaibing
2022-04-23ath11k: fix missing unlock on error in ath11k_wow_op_resume()Yang Yingliang