summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k
AgeCommit message (Expand)AuthorFilesLines
2023-04-19wifi: ath9k: Don't mark channelmap stack variable read-only in ath9k_mci_upda...Toke Høiland-Jørgensen1-3/+1
2023-04-17wifi: ath9k: fix per-packet TX-power cap for TPCJonas Jelonek1-6/+24
2023-03-15wifi: ath9k: Remove Qwest/Actiontec 802AIN IDBastian Germann1-2/+0
2023-02-20wifi: ath9k: hif_usb: fix memory leak of remain_skbsFedor Pchelkin1-0/+19
2023-02-13Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo29-424/+440
2023-01-17wifi: ath9k: Fix potential stack-out-of-bounds write in ath9k_wmi_rsp_callback()Minsuk Kang1-0/+1
2023-01-17wifi: ath9k: hif_usb: clean up skbs if ath9k_hif_usb_rx_stream() failsFedor Pchelkin1-9/+22
2023-01-17wifi: ath9k: htc_hst: free skb in ath9k_htc_rx_msg() if there is no callback ...Fedor Pchelkin1-1/+3
2022-12-22wifi: ath9k: remove most hidden macro dependencies on ahWenli Looi26-412/+412
2022-12-20wifi: ath9k: use proper statements in conditionalsArnd Bergmann1-7/+7
2022-12-08wifi: ath9k: Fix use-after-free in ath9k_hif_usb_disconnect()Minsuk Kang2-2/+2
2022-11-28Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2-4/+1
2022-11-09wifi: ath9k: Remove unused variable mismatchColin Ian King1-2/+1
2022-11-08wifi: Use kstrtobool() instead of strtobool()Christophe JAILLET2-1/+2
2022-11-02wifi: ath9k: remove variable sentColin Ian King1-2/+0
2022-10-29Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo3-24/+35
2022-10-29Kalle Valo says:Jakub Kicinski1-0/+1
2022-10-11wifi: ath9k: verify the expected usb_endpoints are presentFedor Pchelkin1-0/+14
2022-10-11wifi: ath9k: hif_usb: Fix use-after-free in ath9k_hif_usb_reg_in_cb()Fedor Pchelkin1-13/+15
2022-10-11wifi: ath9k: Remove -Warray-bounds exceptionKees Cook1-5/+0
2022-10-11wifi: ath9k: hif_usb: fix memory leak of urbs in ath9k_hif_usb_dealloc_tx_urbs()Fedor Pchelkin1-4/+0
2022-10-10Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-1/+2
2022-10-10wifi: ath9k: Make arrays prof_prio and channelmap static constColin Ian King1-2/+6
2022-10-10wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel1-0/+1
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_chanc...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-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-04Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub 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