index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
ath9k
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-26
wifi: mac80211: inform the low level if drv_stop() is a suspend
Emmanuel Grumbach
2
-2
/
+2
2024-04-04
wifi: ath9k: work around memset overflow warning
Arnd Bergmann
1
-2
/
+1
2024-03-25
wifi: ath9k: eeprom: fix sparse endian warnings
Kalle Valo
3
-6
/
+6
2024-03-25
wifi: ath9k: fix ath9k_use_msi declaration
Kalle Valo
2
-2
/
+1
2024-03-25
wifi: ath9k: ath9k_set_moredata(): fix sparse warnings
Kalle Valo
1
-2
/
+8
2024-02-22
Merge tag 'ath-next-20240222' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Kalle Valo
5
-11
/
+12
2024-02-21
wifi: mac80211: check beacon countdown is complete on per link basis
Aditya Kumar Singh
2
-2
/
+2
2024-02-08
wifi: mac80211: add support to call csa_finish on a link
Aditya Kumar Singh
2
-2
/
+2
2024-02-08
wifi: mac80211: simplify non-chanctx drivers
Johannes Berg
2
-0
/
+8
2024-02-02
wifi: ath9k: delay all of ath9k_wmi_event_tasklet() until init is complete
Toke Høiland-Jørgensen
4
-9
/
+11
2024-02-02
wifi: ath9k: remove redundant assignment to variable ret
Colin Ian King
1
-2
/
+1
2024-01-31
Merge tag 'ath-next-20240130' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Kalle Valo
4
-18
/
+3
2023-12-18
Merge tag 'wireless-next-2023-12-18' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
13
-41
/
+57
2023-12-18
wifi: ath9k: fix LNA selection in ath_ant_try_scan()
Dmitry Antipov
1
-1
/
+1
2023-12-18
wifi: ath9k: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-12-18
wifi: ath9k: delete some unused/duplicate macros
Wenli Looi
2
-13
/
+0
2023-12-13
wifi: ath9k: reset survey of current channel after a scan started
Hancheng Yang
1
-0
/
+15
2023-11-29
wifi: ath9k: Fix potential array-index-out-of-bounds read in ath9k_htc_txstat...
Minsuk Kang
1
-2
/
+3
2023-11-29
wifi: ath9k: Remove unnecessary (void*) conversions
Wu Yunchuan
11
-39
/
+39
2023-11-27
wifi: mac80211: use wiphy locked debugfs helpers for agg_status
Johannes Berg
1
-3
/
+1
2023-10-23
wifi: ath9k_htc: fix format-truncation warning
Kalle Valo
1
-1
/
+1
2023-10-23
wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb()
Kalle Valo
2
-2
/
+2
2023-09-21
wifi: ath9k: clean up function ath9k_hif_usb_resume
Dongliang Mu
1
-17
/
+17
2023-09-20
wifi: ath9k: fix clang-specific fortify warnings
Dmitry Antipov
2
-2
/
+2
2023-09-20
wifi: ath9k: use u32 for txgain indexes
Dmitry Antipov
1
-4
/
+4
2023-09-20
wifi: ath9k: simplify ar9003_hw_process_ini()
Dmitry Antipov
1
-3
/
+0
2023-08-25
wifi: ath9k: use IS_ERR() with debugfs_create_dir()
Wang Ming
1
-1
/
+1
2023-08-23
wifi: ath: remove unused-but-set parameter
Arnd Bergmann
2
-2
/
+0
2023-08-22
wifi: ath9k: Remove unused declarations
Yue Haibing
2
-3
/
+0
2023-08-22
wifi: ath9k: Remove unnecessary ternary operators
Ruan Jinjie
3
-4
/
+3
2023-08-22
wifi: ath9k: consistently use kstrtoX_from_user() functions
Dmitry Antipov
5
-139
/
+61
2023-08-22
wifi: ath9k: fix parameter check in ath9k_init_debug()
Minjie Du
1
-1
/
+1
2023-08-22
wifi: ath9k: protect WMI command response buffer replacement with a lock
Fedor Pchelkin
1
-6
/
+8
2023-08-22
wifi: ath9k: fix races between ath9k_wmi_cmd and ath9k_wmi_ctrl_rx
Fedor Pchelkin
1
-2
/
+4
2023-07-25
wifi: ath9k: fix printk specifier
Dongliang Mu
2
-4
/
+4
2023-07-25
wifi: ath9k: fix fortify warnings
Dmitry Antipov
2
-4
/
+6
2023-07-25
wifi: ath9k: avoid using uninitialized array
Dmitry Antipov
1
-0
/
+2
2023-06-21
wifi: ath9k: convert msecs to jiffies where needed
Dmitry Antipov
1
-2
/
+2
2023-06-13
wifi: ath9k: Fix possible stall on ath9k_txq_list_has_key()
Remi Pommarel
1
-3
/
+4
2023-05-25
wifi: ath9k: don't allow to overwrite ENDPOINT0 attributes
Fedor Pchelkin
1
-1
/
+7
2023-04-28
wifi: ath9k: avoid referencing uninit memory in ath9k_wmi_ctrl_rx
Fedor Pchelkin
1
-0
/
+4
2023-04-28
wifi: ath9k: fix AR9003 mac hardware hang check register offset calculation
Peter Seiderer
1
-9
/
+18
2023-04-19
wifi: ath9k: Don't mark channelmap stack variable read-only in ath9k_mci_upda...
Toke Høiland-Jørgensen
1
-3
/
+1
2023-04-17
wifi: ath9k: fix per-packet TX-power cap for TPC
Jonas Jelonek
1
-6
/
+24
2023-03-15
wifi: ath9k: Remove Qwest/Actiontec 802AIN ID
Bastian Germann
1
-2
/
+0
2023-02-20
wifi: ath9k: hif_usb: fix memory leak of remain_skbs
Fedor Pchelkin
1
-0
/
+19
2023-02-13
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
29
-424
/
+440
2023-01-17
wifi: ath9k: Fix potential stack-out-of-bounds write in ath9k_wmi_rsp_callback()
Minsuk Kang
1
-0
/
+1
2023-01-17
wifi: ath9k: hif_usb: clean up skbs if ath9k_hif_usb_rx_stream() fails
Fedor Pchelkin
1
-9
/
+22
2023-01-17
wifi: ath9k: htc_hst: free skb in ath9k_htc_rx_msg() if there is no callback ...
Fedor Pchelkin
1
-1
/
+3
[next]