index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
ath9k
/
main.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-24
wifi: cfg80211/mac80211: Add support to get radio index
Roopni Devanathan
1
-3
/
+6
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+1
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-5
/
+5
2024-12-19
wifi: ath9k: simplify internal time management
Dmitry Antipov
1
-5
/
+4
2024-12-09
Merge tag 'ath-next-20241209' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Kalle Valo
1
-1
/
+2
2024-12-04
wifi: mac80211: get tx power per link
Rameshkumar Sundaram
1
-1
/
+1
2024-11-19
wifi: ath9k: Add RX inactivity detection and reset chip when it occurs
Toke Høiland-Jørgensen
1
-0
/
+1
2024-11-12
wifi: ath9k: miscellaneous spelling fixes
Dmitry Antipov
1
-1
/
+1
2024-06-26
wifi: mac80211: inform the low level if drv_stop() is a suspend
Emmanuel Grumbach
1
-1
/
+1
2024-04-04
wifi: ath9k: work around memset overflow warning
Arnd Bergmann
1
-2
/
+1
2024-02-08
wifi: mac80211: simplify non-chanctx drivers
Johannes Berg
1
-0
/
+4
2023-12-13
wifi: ath9k: reset survey of current channel after a scan started
Hancheng Yang
1
-0
/
+15
2023-08-23
wifi: ath: remove unused-but-set parameter
Arnd Bergmann
1
-1
/
+0
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
2022-07-15
wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanc...
Gregory Greenman
1
-2
/
+2
2022-07-15
wifi: mac80211: change QoS settings API to take link into account
Johannes Berg
1
-1
/
+2
2022-06-20
wifi: mac80211: make channel context code MLO-aware
Johannes Berg
1
-0
/
+2
2022-06-20
wifi: mac80211: split bss_info_changed method
Johannes Berg
1
-1
/
+1
2022-06-20
wifi: mac80211: move interface config to new struct
Johannes Berg
1
-4
/
+4
2022-05-03
Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
1
-1
/
+1
2022-04-11
mac80211: prepare sta handling for MLO support
Sriram R
1
-1
/
+1
2022-04-10
ath9k: Fix usage of driver-private space in tx_info
Toke Høiland-Jørgensen
1
-1
/
+1
2021-10-05
ath9k: Fix potential interrupt storm on queue reset
Linus Lüssing
1
-1
/
+3
2021-06-23
mac80211: notify driver on mgd TX completion
Johannes Berg
1
-1
/
+1
2021-06-12
ath9k: Fix kernel NULL pointer dereference during ath_reset_internal()
Pali Rohár
1
-0
/
+5
2020-12-17
ath9k: Postpone key cache entry deletion for TXQ frames reference it
Jouni Malinen
1
-1
/
+86
2020-12-17
ath: Modify ath_key_delete() to not need full key entry
Jouni Malinen
1
-3
/
+2
2020-12-17
ath9k: Clear key cache explicitly on disabling hardware
Jouni Malinen
1
-0
/
+5
2020-11-11
ath9k: remove WDS code
Johannes Berg
1
-5
/
+0
2020-08-27
ath9k: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-2
/
+2
2020-08-17
ath9k: add NL80211_EXT_FEATURE_CAN_REPLACE_PTK0 support
Alexander Wetzel
1
-0
/
+12
2020-08-14
ath9k: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-05-30
ath9k: Set RX filter based to allow broadcast Action frame RX
Jouni Malinen
1
-0
/
+1
2020-03-16
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
1
-0
/
+3
2020-03-11
ath9k: Handle txpower changes even when TPC is disabled
Remi Pommarel
1
-0
/
+3
2020-02-14
mac80211: Fix setting txpower to zero
Ben Greear
1
-0
/
+3
2019-10-04
mac80211: simplify TX aggregation start
Johannes Berg
1
-1
/
+1
2019-07-26
mac80211: pass the vif to cancel_remain_on_channel
Emmanuel Grumbach
1
-1
/
+2
2018-11-06
ath9k: Fix a locking bug in ath9k_add_interface()
Dan Carpenter
1
-2
/
+1
2018-10-13
ath9k: fix RX_STAT_INC() etc macros
Arnd Bergmann
1
-1
/
+1
2018-10-02
ath9k: add back support for using active monitor interfaces for tx99
Felix Fietkau
1
-2
/
+8
2018-08-28
ath9k: fix tx99 with monitor mode interface
Felix Fietkau
1
-9
/
+3
2018-06-29
ath9k: use timespec64 for tsf_ts
Arnd Bergmann
1
-2
/
+2
2018-06-18
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
1
-0
/
+1
2018-06-13
ath9k: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+1
2018-05-23
mac80211: Support adding duration for prepare_tx() callback
Ilan Peer
1
-1
/
+2
2017-10-27
ath: Convert timers to use timer_setup()
Kees Cook
1
-2
/
+2
2017-09-25
ath9k: Avoid a potential deadlock
Ville Syrjälä
1
-7
/
+9
2017-09-25
ath9k: remove cast to void pointer
Himanshu Jha
1
-1
/
+1
[next]