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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ath9k: implement .get_antenna and .set_antenna
Felix Fietkau
2011-09-14
4
-8
/
+99
*
ath9k: merge reset related functions
Felix Fietkau
2011-09-14
1
-176
/
+127
*
ath9k: always call ath_reset from workqueue context
Felix Fietkau
2011-09-14
5
-13
/
+26
*
ath9k: move a few functions around
Felix Fietkau
2011-09-14
1
-68
/
+69
*
ath9k: eliminate common->{rx,tx}_chainmask
Felix Fietkau
2011-09-14
9
-38
/
+27
*
ath9k: ath9k_hw_set_txpowerlimit sets previous txpower
Bill Jordan
2011-09-13
1
-2
/
+2
*
ath9k_hw: Fix rx latency of 11a mode
Rajkumar Manoharan
2011-09-13
1
-2
/
+5
*
ath9k: fix checks for first subframe delimiter padding
Felix Fietkau
2011-09-13
2
-2
/
+3
*
ath9k_hw: fix the last register write for ar5416 addac
Felix Fietkau
2011-09-13
1
-1
/
+1
*
ath9k_hw: drop an unused column in AR5008-AR9002 initvals
Felix Fietkau
2011-09-13
4
-1912
/
+1934
*
ath9k_hw: do not apply the 2.4 ghz ack timeout workaround to cts
Felix Fietkau
2011-09-13
1
-2
/
+3
*
ath9k: defer ath_tx_setup_buffer setup to the first tx attempt during aggr
Felix Fietkau
2011-08-30
1
-39
/
+66
*
ath9k: move seqno allocation in the tx path to ath_tx_setup_buffer
Felix Fietkau
2011-08-30
1
-19
/
+23
*
ath9k: move the sequence number from ath_frame_info to ath_buf
Felix Fietkau
2011-08-30
2
-33
/
+24
*
ath9k: clean up the aggregation tid queue
Felix Fietkau
2011-08-30
3
-37
/
+45
*
ath9k: use u8 for the tx key index
Felix Fietkau
2011-08-30
5
-5
/
+5
*
ath9k: Fix a smatch warnings
Larry Finger
2011-08-29
2
-1
/
+2
*
ath9k: Add debugfs support for mac/baseband samples
Rajkumar Manoharan
2011-08-29
6
-14
/
+369
*
ath9k: fix regression in sending aggregated packets
Felix Fietkau
2011-08-29
1
-1
/
+4
*
ath9k: Fix eifs/usec timeout for AR9287 v1.3+
Rajkumar Manoharan
2011-08-29
2
-2
/
+10
*
ath9k_hw: Set default slottime as 9us
Rajkumar Manoharan
2011-08-29
1
-1
/
+1
*
ath9k: minor cleanup in ani
Mohammed Shafi Shajakhan
2011-08-29
2
-5
/
+2
*
ath9k: use appropriate debug mask
Mohammed Shafi Shajakhan
2011-08-29
1
-1
/
+1
*
ath9k: add missing AR9340 in ath_mac_bb_names
Florian Fainelli
2011-08-29
1
-0
/
+1
*
ath9k: add AR9580 support
Luis R. Rodriguez
2011-08-26
1
-0
/
+1
*
ath9k_hw: add AR9580 support
Luis R. Rodriguez
2011-08-26
5
-0
/
+1770
*
ath9k_htc: Add get_stats call back
Mohammed Shafi Shajakhan
2011-08-26
1
-0
/
+17
*
ath9k: remove replicated null check in ath_pci_aspm_init
John W. Linville
2011-08-26
1
-6
/
+2
*
ath9k: Send legacy rated frames as unaggregated
Rajkumar Manoharan
2011-08-26
1
-1
/
+21
*
ath9k_hw: Disable Walsh spatial spreading for 2 chains
Rajkumar Manoharan
2011-08-24
2
-2
/
+2
*
ath9k: Change rate control to use legacy rate as last MRR
Rajkumar Manoharan
2011-08-24
1
-7
/
+27
*
ath9k_hw: Fix descriptor status of TxOpExceeded
Rajkumar Manoharan
2011-08-24
1
-2
/
+2
*
ath9k: Add support for get_stats callback
Mohammed Shafi Shajakhan
2011-08-24
1
-1
/
+16
*
ath9k: fix MGMT packets when using TKIP
Bill Jordan
2011-08-24
1
-1
/
+2
*
ath9k_hw: fix EIFS value to microseconds
Alex Hacker
2011-08-24
1
-1
/
+1
*
ath9k: remove a bogus WARN_ON
Felix Fietkau
2011-08-24
1
-2
/
+2
*
ath9k: Dump modal noisefloor calibration history
Rajkumar Manoharan
2011-08-24
1
-0
/
+55
*
ath9k: Fix invalid noisefloor reading due to channel update
Rajkumar Manoharan
2011-08-24
1
-3
/
+14
*
ath9k: Fix noisefloor history update for extn chains
Rajkumar Manoharan
2011-08-24
1
-2
/
+1
*
ath9k: Move ath9k_init_crypto to common
Rajkumar Manoharan
2011-08-24
6
-48
/
+30
*
ath9k: Remove SC_OP_ENABLE_APM
Rajkumar Manoharan
2011-08-24
3
-9
/
+4
*
ath9k_hw: Remove unnecessary chainmask configuration
Rajkumar Manoharan
2011-08-24
3
-18
/
+1
*
ath9k: qinfo never be NULL in setuptxqueue
Rajkumar Manoharan
2011-08-24
1
-15
/
+2
*
ath9k: Remove unused argument tsf from ath9k_hw_rxprocdesc
Rajkumar Manoharan
2011-08-24
3
-4
/
+4
*
ath9k: Re-enable RXOEL interrupt after processing rx buffers
Rajkumar Manoharan
2011-08-24
1
-0
/
+5
*
ath9k: Fix rx overrun interrupt storm
Rajkumar Manoharan
2011-08-24
1
-5
/
+3
*
ath9k_hw: Fix exceed transmission burst-time of 5GHz
Rajkumar Manoharan
2011-08-24
2
-29
/
+15
*
ath9k: do btcoex ASPM disabling at initialization time
Stanislaw Gruszka
2011-08-22
4
-29
/
+29
*
ath9k: merge common ->config_pci_powersave() checks
Stanislaw Gruszka
2011-08-22
3
-6
/
+3
*
ath9k: remove ->config_pci_powersave() redundant argument
Stanislaw Gruszka
2011-08-22
6
-15
/
+12
[next]