summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2022-05-30ath11k: fix netdev open raceJohan Hovold1-8/+8
2022-05-24ath6kl: Use cc-disable-warning to disable -Wdangling-pointerNathan Chancellor1-1/+1
2022-05-23wifi: carl9170: silence a GCC 12 -Warray-bounds warningJakub Kicinski1-0/+5
2022-05-23wifi: ath6k: silence false positive -Wno-dangling-pointer warning on GCC 12Jakub Kicinski1-0/+5
2022-05-23wifi: ath9k: silence array-bounds warning on GCC 12Jakub Kicinski1-0/+5
2022-05-22ath9k: replace ternary operator with max()Guo Zhengkui1-1/+1
2022-05-22ath11k: Init hw_params before setting up AHB resourcesManikanta Pubbisetty1-2/+2
2022-05-22ath5k: replace ternary operator with min()Guo Zhengkui1-1/+1
2022-05-22ath11k: Fix warning on variable 'sar' dereference before checkBaochen Qiang1-7/+6
2022-05-22ath10k: fix misreported tx bandwidth for 160MhzMaxime Bizon1-0/+4
2022-05-22ath10k: add encapsulation offloading supportSergey Ryazanov2-14/+55
2022-05-22ath10k: turn rawmode into frame_modeSergey Ryazanov2-4/+8
2022-05-22ath10k: htt_tx: do not interpret Eth frames as WiFiSergey Ryazanov1-26/+35
2022-05-22ath10k: improve tx status reportingSergey Ryazanov1-1/+14
2022-05-22ath10k: do not enforce interrupt trigger typeKrzysztof Kozlowski1-3/+2
2022-05-18ath11k: update missing MU-MIMO and OFDMA statsSriram R2-1/+126
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-04Merge 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