aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-10Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+2
2022-09-27Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2-2/+2
2022-09-22wifi: ath9k: fix repeated the words in a commentJilin Yuan1-1/+1
2022-09-22wifi: ath9k: fix repeated to words in a commentJilin Yuan1-1/+1
2022-09-06wifi: mac80211: extend ieee80211_nullfunc_get() for MLOJohannes Berg1-1/+1
2022-09-06wifi: mac80211: make smps_mode per-linkBenjamin Berg1-1/+1
2022-08-30wifi: ath9k: avoid uninit memory read in ath9k_htc_rx_msg()Tetsuo Handa1-15/+28
2022-08-19hwrng: core - let sleep be interrupted when unregistering hwrngJason A. Donenfeld1-1/+2
2022-07-15wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanctx()Gregory Greenman1-2/+2
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg2-2/+4
2022-07-08Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo5-34/+39
2022-07-08ath9k: remove unexpected words "the" in commentsJiang Jian1-1/+1
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz2-2/+2
2022-06-20wifi: mac80211: make channel context code MLO-awareJohannes Berg1-0/+2
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg2-2/+2
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg3-17/+18
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg2-2/+2
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 Valo1-1/+1
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-03Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski17-109/+108
2022-05-03Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo5-8/+13
2022-04-29ath9k: hif_usb: simplify if-if to if-elseWan Jiabing1-3/+2
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-12ath9k: Remove unnecessary print function dev_err()Yang Li1-3/+1
2022-04-12ath9k: fix ath_get_rate_txpower() to respect the rate list end tagPeter Seiderer1-1/+1
2022-04-11mac80211: prepare sta handling for MLO supportSriram R4-16/+16
2022-04-10ath9k: Fix usage of driver-private space in tx_infoToke Høiland-Jørgensen2-11/+21
2022-04-01ath9k: make is2ghz consistent in ar9003_eepromWenli Looi1-25/+21
2022-04-01ath9k: Properly clear TX status area before reporting to mac80211Toke Høiland-Jørgensen1-3/+2
2022-03-25ath9k: add functions to get paprd rate maskWenli Looi3-20/+25
2022-03-25ath9k: refactor ar9003_hw_spur_mitigate_ofdmWenli Looi1-17/+8
2022-03-25ath9k: fix ar9003_get_eepmiscWenli Looi1-1/+1
2022-03-25ath9k: use AR9300_MAX_CHAINS when appropriateWenli Looi2-3/+3
2022-03-25ath9k: split set11nRateFlags and set11nChainSelWenli Looi3-10/+14
2022-03-25ath9k: make ATH_SREV macros more consistentWenli Looi1-5/+5
2022-03-18ath9k: Use platform_get_irq() to get the interruptMinghao Chi1-5/+3
2022-03-09ath9k: make array voice_priority static constColin Ian King1-1/+1
2022-02-21ath9k: use hw_random API instead of directly dumping into random.cJason A. Donenfeld2-42/+33
2022-01-28ath9k_htc: fix uninit value bugsPavel Skripkin1-0/+5
2022-01-17ath9k: remove redundant status variableMinghao Chi1-5/+1
2021-12-20ath9k: Fix out-of-bound memcpy in ath9k_hif_usb_rx_streamZekun Shen1-0/+7
2021-12-20ath9k_htc: fix NULL pointer dereference at ath9k_htc_tx_get_packet()Tetsuo Handa3-0/+10
2021-12-20ath9k_htc: fix NULL pointer dereference at ath9k_htc_rxep()Tetsuo Handa2-0/+9
2021-12-07ath9k: switch to rate table based lookupJonas Jelonek1-2/+43
2021-11-19ath9k: fix intr_txqs settingPeter Seiderer1-1/+1
2021-11-01ath9k: use swap() to make code cleanerYang Guang1-9/+5