summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg10-62/+66
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg8-17/+17
2022-06-20wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg2-6/+9
2022-06-15Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo24-86/+298
2022-06-08ath10k: fix recently introduced checkpatch warningKalle Valo2-3/+3
2022-06-06ath11k: Fix warnings reported by checkpatchManikanta Pubbisetty4-6/+6
2022-06-06ath11k: Fix LDPC config in set_bitrate_mask hookManikanta Pubbisetty2-3/+3
2022-06-06ath11k: Avoid REO CMD failed prints during firmware recoveryManikanta Pubbisetty1-2/+3
2022-06-06ath11k: Fix incorrect debug_mask mappingsManikanta Pubbisetty1-2/+2
2022-06-06ath11k: fix missing skb drop on htc_tx_completion errorChristian 'Ansuel' Marangi1-1/+3
2022-05-30ath10k: fix regdomain info of iw reg set/getWen Gong1-1/+2
2022-05-30ath11k: support avg signal in station dumpThiraviyam Mariyappan3-0/+12
2022-05-30ath11k: fix IRQ affinity warning on shutdownJohan Hovold1-0/+2
2022-05-30ath6kl: fix typo in commentJulia Lawall1-1/+1
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