index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
ath9k
/
recv.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ath9k: Set RX filter based to allow broadcast Action frame RX
Jouni Malinen
2020-05-30
1
-1
/
+2
*
ath9k: correctly handle short radar pulses
Zefir Kurtisi
2019-06-27
1
-1
/
+5
*
ath9k: remove set but not used variable 'acq'
YueHaibing
2019-02-26
1
-8
/
+1
*
ath9k: Switch to mac80211 TXQ scheduling and airtime APIs
Toke Høiland-Jørgensen
2019-02-12
1
-8
/
+1
*
ath9k: fix RX_STAT_INC() etc macros
Arnd Bergmann
2018-10-13
1
-9
/
+9
*
ath9k: discard undersized packets
Felix Fietkau
2018-01-25
1
-2
/
+2
*
mac80211: separate encoding/bandwidth from flags
Johannes Berg
2017-04-28
1
-2
/
+2
*
mac80211: clean up rate encoding bits in RX status
Johannes Berg
2017-04-28
1
-4
/
+4
*
ath9k: Introduce airtime fairness scheduling between stations
Toke Høiland-Jørgensen
2016-12-15
1
-0
/
+65
*
ath9k: feed only active spectral / dfs-detector
Zefir Kurtisi
2016-12-01
1
-3
/
+14
*
tree-wide: replace config_enabled() with IS_ENABLED()
Masahiro Yamada
2016-08-04
1
-1
/
+1
*
ath9k: fix AR_RX_FILTER for ar9462/ar9565 when rx stopped
Miaoqing Pan
2015-12-11
1
-0
/
+3
*
ath9k: Add support for OCB mode
Jan Kaisrlik
2015-09-29
1
-1
/
+1
*
ath9k: make DMA stop related messages debug-only
Felix Fietkau
2015-07-21
1
-4
/
+3
*
mac80211: remove support for IFF_PROMISC
Johannes Berg
2015-04-24
1
-5
/
+0
*
ath9k: Add QCA956x HW support
Miaoqing Pan
2015-01-15
1
-1
/
+2
*
ath9k: move spectral.* to common-spectral.*
Oleksij Rempel
2014-11-11
1
-1
/
+1
*
ath9k: remove all struct ath_softc dependencies from spectral code
Oleksij Rempel
2014-11-11
1
-1
/
+1
*
ath9k: Fix build error
Sujith Manoharan
2014-09-16
1
-0
/
+2
*
ath9k: enable control frame reception
Lorenzo Bianconi
2014-09-16
1
-1
/
+2
*
ath9k: add sampling methods for (tx|rx) timestamp
Lorenzo Bianconi
2014-09-16
1
-0
/
+5
*
ath9k: Remove unnecessary tbtt assignment
Sujith Manoharan
2014-09-15
1
-1
/
+1
*
ath9k: Fix beacon processing in offchannel
Sujith Manoharan
2014-09-15
1
-1
/
+9
*
ath9k: Fix interface accounting
Sujith Manoharan
2014-09-09
1
-2
/
+2
*
ath9k: Fix RX filters in channel contexts
Sujith Manoharan
2014-09-09
1
-6
/
+15
*
ath9k: Fix COMP_BAR filter
Sujith Manoharan
2014-09-09
1
-1
/
+1
*
ath9k: Fix ath_startrecv()
Sujith Manoharan
2014-09-09
1
-4
/
+2
*
ath9k: Add wrappers for beacon events
Sujith Manoharan
2014-08-28
1
-5
/
+3
*
ath9k: Fix channel context events
Sujith Manoharan
2014-08-28
1
-3
/
+6
*
ath9k: Isolate ath9k_use_chanctx module parameter
Sujith Manoharan
2014-08-28
1
-1
/
+1
*
ath9k: Isolate P2P powersave routines
Sujith Manoharan
2014-08-28
1
-2
/
+2
*
ath9k: Adjust AP beacon tsf based on station context
Felix Fietkau
2014-06-19
1
-0
/
+5
*
ath9k: Move beacon config to channel context
Rajkumar Manoharan
2014-06-19
1
-1
/
+1
*
ath9k: Implement hw_scan support
Felix Fietkau
2014-06-19
1
-0
/
+5
*
ath9k: Add channel context structure
Felix Fietkau
2014-06-19
1
-2
/
+2
*
ath9k: avoid passing buffers to the hardware during flush
Felix Fietkau
2014-05-29
1
-11
/
+13
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2014-05-13
1
-3
/
+6
|
\
|
*
ath9k: add a recv budget
Tim Harvey
2014-04-22
1
-0
/
+4
|
*
ath9k: fix possible hang on flush
Tim Harvey
2014-04-22
1
-3
/
+2
*
|
ath9k: Prevent divide-by-zero upon bad beacon_interval.
Ben Greear
2014-05-06
1
-2
/
+2
*
|
ath9k: implement p2p client powersave support
Felix Fietkau
2014-04-22
1
-0
/
+3
|
/
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2014-03-04
1
-33
/
+34
|
\
|
*
ath9k: fix invalid descriptor discarding
Felix Fietkau
2014-02-25
1
-35
/
+35
*
|
ath9k: move ath9k_rx_skb_postprocess to common.c
Oleksij Rempel
2014-02-12
1
-53
/
+2
*
|
ath9k: move ath9k_rx_accept to common.c
Oleksij Rempel
2014-02-12
1
-87
/
+1
*
|
ath9k: move ath9k_process_rate to common.c
Oleksij Rempel
2014-02-12
1
-51
/
+8
*
|
ath9k: move ath9k_process_rssi to common.c
Oleksij Rempel
2014-02-12
1
-63
/
+1
|
/
*
ath9k: use ath_is_mybeacon
Oleksij Rempel
2014-01-16
1
-16
/
+4
*
ath9k: Add a debugfs file "node_recv"
Sujith Manoharan
2014-01-13
1
-1
/
+1
*
ath9k: Use correct channel for RX packets
Sujith Manoharan
2014-01-09
1
-11
/
+14
[next]