aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2022-07-08Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo8-41/+54
2022-07-08ath9k: remove unexpected words "the" in commentsJiang Jian1-1/+1
2022-07-08ath11k: Fix typo in commentsZhang Jiaming1-1/+1
2022-06-20cfg80211: Indicate MLO connection info in connect and roam callbacksVeerendranath Jakkam2-3/+3
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz8-8/+8
2022-06-20wifi: mac80211: make channel context code MLO-awareJohannes Berg3-0/+6
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg8-9/+9
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-20wcn36xx: Fix typo in commentXiang wangx1-2/+2
2022-06-20ath6kl: avoid flush_scheduled_work() usageTetsuo Handa1-4/+12
2022-06-20ath9k: htc: clean up statistics macrosPavel Skripkin3-32/+36
2022-06-20ath9k: fix use-after-free in ath9k_hif_usb_rx_cbPavel Skripkin2-6/+7
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-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-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