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: 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
*
ath9k: Add hardware support for QCA9531
Sujith Manoharan
2014-01-03
1
-1
/
+1
*
ath9k: use ether_addr_equal_64bits
Julia Lawall
2014-01-03
1
-1
/
+1
*
ath9k: Remove RX Poll
Sujith Manoharan
2014-01-03
1
-4
/
+0
*
ath9k: Cleanup spectral scan code
Sujith Manoharan
2013-12-18
1
-181
/
+0
*
ath9k: add support for reporting per-chain signal strength
Felix Fietkau
2013-12-18
1
-5
/
+20
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2013-11-04
1
-7
/
+0
|
\
|
*
ath9k: Fix regression in LNA diversity
Sujith Manoharan
2013-09-26
1
-7
/
+0
*
|
ath9k: add TX99 support
Luis R. Rodriguez
2013-10-18
1
-0
/
+3
*
|
ath9k: add HT40 spectral scan capability
Lorenzo Bianconi
2013-10-18
1
-38
/
+108
*
|
ath9k: use a separate data structure for rx buffers
Felix Fietkau
2013-10-14
1
-24
/
+24
|
/
*
ath9k: report 5/10 MHz channels
Simon Wunderlich
2013-08-16
1
-0
/
+11
*
ath9k: Use lockless variant to initialize RX fifo
Sujith Manoharan
2013-08-15
1
-1
/
+1
*
ath9k: Optimize LNA check
Sujith Manoharan
2013-08-15
1
-30
/
+47
*
ath9k: Handle invalid RSSI
Sujith Manoharan
2013-08-15
1
-16
/
+33
*
ath9k: Remove unused function argument
Sujith Manoharan
2013-08-15
1
-2
/
+1
*
ath9k: Fix error condition for corrupt descriptors
Sujith Manoharan
2013-08-15
1
-10
/
+18
*
ath9k: Handle corrupt descriptors properly
Sujith Manoharan
2013-08-15
1
-2
/
+10
*
ath9k: Move the RX poll check to preprocess()
Sujith Manoharan
2013-08-15
1
-4
/
+4
*
ath9k: Fix RX beacon processing
Sujith Manoharan
2013-08-15
1
-26
/
+22
*
ath9k: Fix RX packet counter
Sujith Manoharan
2013-08-15
1
-4
/
+7
*
ath9k: Fix RX debug statistics
Sujith Manoharan
2013-08-15
1
-2
/
+1
*
ath9k: Fix PHY error processing
Sujith Manoharan
2013-08-15
1
-11
/
+12
*
ath9k: Reorder some functions
Sujith Manoharan
2013-08-15
1
-110
/
+110
*
ath9k: Fix TSF processing
Sujith Manoharan
2013-08-15
1
-13
/
+20
*
ath9k: Fix RX crypto processing
Sujith Manoharan
2013-08-15
1
-8
/
+4
*
ath9k: Discard invalid frames early
Sujith Manoharan
2013-08-15
1
-16
/
+22
*
ath9k: Fix phy error handling for DFS
Sujith Manoharan
2013-08-15
1
-2
/
+1
*
ath9k: Use a subroutine to check for "mybeacon"
Sujith Manoharan
2013-08-15
1
-13
/
+23
*
ath9k: fix rx descriptor related race condition
Felix Fietkau
2013-08-15
1
-4
/
+13
*
ath9k: Run the LNA combining algorithm properly
Sujith Manoharan
2013-08-09
1
-16
/
+28
*
ath9k: Return early for invalid rates
Sujith Manoharan
2013-06-03
1
-2
/
+2
[next]