summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k
AgeCommit message (Expand)Author
2022-12-20wifi: ath9k: use proper statements in conditionalsArnd Bergmann
2022-12-08wifi: ath9k: Fix use-after-free in ath9k_hif_usb_disconnect()Minsuk Kang
2022-11-28Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2022-11-09wifi: ath9k: Remove unused variable mismatchColin Ian King
2022-11-08wifi: Use kstrtobool() instead of strtobool()Christophe JAILLET
2022-11-02wifi: ath9k: remove variable sentColin Ian King
2022-10-29Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2022-10-28Kalle Valo says:Jakub Kicinski
2022-10-11wifi: ath9k: verify the expected usb_endpoints are presentFedor Pchelkin
2022-10-11wifi: ath9k: hif_usb: Fix use-after-free in ath9k_hif_usb_reg_in_cb()Fedor Pchelkin
2022-10-11wifi: ath9k: Remove -Warray-bounds exceptionKees Cook
2022-10-11wifi: ath9k: hif_usb: fix memory leak of urbs in ath9k_hif_usb_dealloc_tx_urbs()Fedor Pchelkin
2022-10-10Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2022-10-10wifi: ath9k: Make arrays prof_prio and channelmap static constColin Ian King
2022-10-10wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel
2022-09-27Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2022-09-22wifi: ath9k: fix repeated the words in a commentJilin Yuan
2022-09-22wifi: ath9k: fix repeated to words in a commentJilin Yuan
2022-09-06wifi: mac80211: extend ieee80211_nullfunc_get() for MLOJohannes Berg
2022-09-06wifi: mac80211: make smps_mode per-linkBenjamin Berg
2022-08-30wifi: ath9k: avoid uninit memory read in ath9k_htc_rx_msg()Tetsuo Handa
2022-08-19hwrng: core - let sleep be interrupted when unregistering hwrngJason A. Donenfeld
2022-07-15wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanc...Gregory Greenman
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg
2022-07-08Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2022-07-08ath9k: remove unexpected words "the" in commentsJiang Jian
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz
2022-06-20wifi: mac80211: make channel context code MLO-awareJohannes Berg
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg
2022-06-20ath9k: htc: clean up statistics macrosPavel Skripkin
2022-06-20ath9k: fix use-after-free in ath9k_hif_usb_rx_cbPavel Skripkin
2022-06-15Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2022-05-22wifi: ath9k: silence array-bounds warning on GCC 12Jakub Kicinski
2022-05-22ath9k: replace ternary operator with max()Guo Zhengkui
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-04-29ath9k: hif_usb: simplify if-if to if-elseWan Jiabing
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-12ath9k: Remove unnecessary print function dev_err()Yang Li
2022-04-12ath9k: fix ath_get_rate_txpower() to respect the rate list end tagPeter Seiderer
2022-04-11mac80211: prepare sta handling for MLO supportSriram R
2022-04-10ath9k: Fix usage of driver-private space in tx_infoToke Høiland-Jørgensen
2022-04-01ath9k: make is2ghz consistent in ar9003_eepromWenli Looi
2022-04-01ath9k: Properly clear TX status area before reporting to mac80211Toke Høiland-Jørgensen
2022-03-25ath9k: add functions to get paprd rate maskWenli Looi
2022-03-25ath9k: refactor ar9003_hw_spur_mitigate_ofdmWenli Looi
2022-03-25ath9k: fix ar9003_get_eepmiscWenli Looi