summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k (follow)
Commit message (Expand)AuthorAgeFilesLines
* wifi: ath9k: hif_usb: fix memory leak of remain_skbsFedor Pchelkin2023-02-201-0/+19
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2023-02-1329-424/+440
|\
| * wifi: ath9k: Fix potential stack-out-of-bounds write in ath9k_wmi_rsp_callback()Minsuk Kang2023-01-171-0/+1
| * wifi: ath9k: hif_usb: clean up skbs if ath9k_hif_usb_rx_stream() failsFedor Pchelkin2023-01-171-9/+22
| * wifi: ath9k: htc_hst: free skb in ath9k_htc_rx_msg() if there is no callback ...Fedor Pchelkin2023-01-171-1/+3
| * wifi: ath9k: remove most hidden macro dependencies on ahWenli Looi2022-12-2226-412/+412
| * wifi: ath9k: Fix use-after-free in ath9k_hif_usb_disconnect()Minsuk Kang2022-12-082-2/+2
* | wifi: ath9k: use proper statements in conditionalsArnd Bergmann2022-12-201-7/+7
|/
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2022-11-282-4/+1
|\
| * wifi: ath9k: Remove unused variable mismatchColin Ian King2022-11-091-2/+1
| * wifi: ath9k: remove variable sentColin Ian King2022-11-021-2/+0
* | wifi: Use kstrtobool() instead of strtobool()Christophe JAILLET2022-11-082-1/+2
|/
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2022-10-293-24/+35
|\
| * wifi: ath9k: verify the expected usb_endpoints are presentFedor Pchelkin2022-10-111-0/+14
| * wifi: ath9k: hif_usb: Fix use-after-free in ath9k_hif_usb_reg_in_cb()Fedor Pchelkin2022-10-111-13/+15
| * wifi: ath9k: Remove -Warray-bounds exceptionKees Cook2022-10-111-5/+0
| * wifi: ath9k: hif_usb: fix memory leak of urbs in ath9k_hif_usb_dealloc_tx_urbs()Fedor Pchelkin2022-10-111-4/+0
| * wifi: ath9k: Make arrays prof_prio and channelmap static constColin Ian King2022-10-101-2/+6
* | Kalle Valo says:Jakub Kicinski2022-10-291-0/+1
|\ \
| * | wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel2022-10-101-0/+1
| |/
* | Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2022-10-101-1/+2
|\ \ | |/ |/|
| * hwrng: core - let sleep be interrupted when unregistering hwrngJason A. Donenfeld2022-08-191-1/+2
* | Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2022-09-272-2/+2
|\ \
| * | wifi: ath9k: fix repeated the words in a commentJilin Yuan2022-09-221-1/+1
| * | wifi: ath9k: fix repeated to words in a commentJilin Yuan2022-09-221-1/+1
* | | wifi: mac80211: extend ieee80211_nullfunc_get() for MLOJohannes Berg2022-09-061-1/+1
* | | wifi: mac80211: make smps_mode per-linkBenjamin Berg2022-09-061-1/+1
|/ /
* / wifi: ath9k: avoid uninit memory read in ath9k_htc_rx_msg()Tetsuo Handa2022-08-301-15/+28
|/
* wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanc...Gregory Greenman2022-07-151-2/+2
* wifi: mac80211: change QoS settings API to take link into accountJohannes Berg2022-07-152-2/+4
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2022-07-085-34/+39
|\
| * ath9k: remove unexpected words "the" in commentsJiang Jian2022-07-081-1/+1
| * ath9k: htc: clean up statistics macrosPavel Skripkin2022-06-203-32/+36
| * ath9k: fix use-after-free in ath9k_hif_usb_rx_cbPavel Skripkin2022-06-202-6/+7
* | wifi: mac80211: return a beacon for a specific linkShaul Triebitz2022-06-202-2/+2
* | wifi: mac80211: make channel context code MLO-awareJohannes Berg2022-06-201-0/+2
* | wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-202-2/+2
* | wifi: mac80211: move interface config to new structJohannes Berg2022-06-203-17/+18
* | wifi: mac80211: move some future per-link data to bss_confJohannes Berg2022-06-202-2/+2
|/
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2022-06-151-1/+1
|\
| * ath9k: replace ternary operator with max()Guo Zhengkui2022-05-221-1/+1
* | wifi: ath9k: silence array-bounds warning on GCC 12Jakub Kicinski2022-05-231-0/+5
|/
* Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-05-0417-109/+108
|\
| * Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2022-05-035-8/+13
| |\
| | * ath9k: hif_usb: simplify if-if to if-elseWan Jiabing2022-04-291-3/+2
| | * ath9k: fix QCA9561 PA bias levelThibaut VARĂˆNE2022-04-231-1/+1
| | * ath9k_htc: fix potential out of bounds access with invalid rxstatus->rs_keyixDan Carpenter2022-04-231-0/+8
| | * ath9k: Remove unnecessary print function dev_err()Yang Li2022-04-121-3/+1
| | * ath9k: fix ath_get_rate_txpower() to respect the rate list end tagPeter Seiderer2022-04-121-1/+1
| * | mac80211: prepare sta handling for MLO supportSriram R2022-04-114-16/+16
| |/