index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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
2010-06-14
ath9k_hw: remove a useless function for setting the mac address
Felix Fietkau
4
-13
/
+0
2010-06-14
ath9k: add a debugfs entry for ignoring CCA on the extension channel in HT40
Felix Fietkau
2
-1
/
+5
2010-06-14
ath9k: fix queue stopping threshold
Felix Fietkau
2
-26
/
+30
2010-06-14
ath9k: fix extending the rx timestamp with the hardware TSF
Felix Fietkau
3
-19
/
+14
2010-06-14
ath9k: make ath_get_hal_qnum static
Felix Fietkau
2
-2
/
+1
2010-06-14
ath9k: remove declarations of some nonexistant functions
Felix Fietkau
1
-2
/
+0
2010-06-14
ath9k: remove duplicate WMM AC definitions
Felix Fietkau
8
-78
/
+26
2010-06-14
ath9k_htc: use common WMM AC definitions instead of ath9k ones
Felix Fietkau
5
-16
/
+14
2010-06-14
ath9k: fix mac80211 queue lookup for waking up queues
Felix Fietkau
2
-1
/
+3
2010-06-14
ath9k_hw: update 5 GHz tx gain tables for femless and high power PA
Luis R. Rodriguez
2
-248
/
+248
2010-06-14
ath9k_hw: reduce delay on programming INI on AR9003
Luis R. Rodriguez
1
-9
/
+0
2010-06-14
ath9k_hw: enable ANI for AR9003
Luis R. Rodriguez
1
-7
/
+1
2010-06-14
ath9k: add new ANI implementation for AR9003
Luis R. Rodriguez
10
-151
/
+1390
2010-06-14
ath9k_hw: inform ANI calibration when scanning
Luis R. Rodriguez
7
-10
/
+10
2010-06-14
ath9k_hw: add register definitions for the new ANI
Luis R. Rodriguez
2
-0
/
+15
2010-06-14
ath9k_hw: allow for spliting up ANI operations by family
Luis R. Rodriguez
7
-11
/
+73
2010-06-14
ath9k_hw: clear MIB interrupt causes when skipping ANI adjustments
Luis R. Rodriguez
1
-1
/
+8
2010-06-14
ath9k_hw: fix clock rate calculations for ANI
Luis R. Rodriguez
1
-1
/
+30
2010-06-14
ath9k_hw: move clock definitions from hw.c to hw.h
Luis R. Rodriguez
2
-5
/
+5
2010-06-14
mac80211: allow drivers to sleep in ampdu_action
Johannes Berg
1
-0
/
+4
2010-06-14
mac80211: remove non-irqsafe aggregation callbacks
Johannes Berg
1
-3
/
+3
2010-06-07
ath: Fix uninitialized variable warnings
Prarit Bhargava
3
-0
/
+3
2010-06-05
ath9k: Fix bug in rate table
Vasanthakumar Thiagarajan
1
-2
/
+2
2010-06-05
ath9k_htc: Configure credit size for AR7010
Sujith
2
-5
/
+28
2010-06-05
ath9k_htc: Setup 5GHz channels
Sujith
2
-2
/
+56
2010-06-05
ath9k_htc: Configure dual stream rates
Sujith
1
-2
/
+7
2010-06-05
ath9k_htc: Setup HT capabilites for 2-stream devices
Sujith
1
-1
/
+22
2010-06-05
ath9k_common: Move count_streams to common module
Sujith
3
-14
/
+16
2010-06-05
ath9k_htc: Add support for AR7010
Sujith
2
-1
/
+15
2010-06-05
ath9k_hw: Configure byte swap for non AR9271 chips
Sujith
1
-3
/
+7
2010-06-05
ath9k: Determine Firmware on probe
Sujith
2
-13
/
+27
2010-06-04
ath9k_htc: Use proper station add/remove callbacks
Sujith
1
-17
/
+24
2010-06-04
ath9k: fix dma sync in rx path
Ming Lei
1
-3
/
+7
2010-06-03
ath9k: fix queue stop/start based on the number of pending frames
Felix Fietkau
3
-37
/
+25
2010-06-03
ath9k_htc: Fix fair beacon distribution
Sujith
3
-1
/
+31
2010-06-03
ath9k_htc: Handle host RX disable
Sujith
2
-0
/
+11
2010-06-03
ath9k_htc: Handle monitor interface removal
Sujith
1
-6
/
+6
2010-06-03
ath9k_htc: Fix locking for ps_idle
Sujith
1
-5
/
+13
2010-06-03
ath9k_htc: Remove useless cancel_work_sync
Sujith
1
-1
/
+0
2010-06-03
ath9k_htc: Fix bug in handling CONF_IDLE
Sujith
1
-1
/
+1
2010-06-03
ath9k_htc: Add PS wrappers
Sujith
1
-5
/
+18
2010-06-03
ath9k_htc: Revamp CONF_IDLE handling
Sujith
1
-36
/
+93
2010-06-03
ath9k_hw: Fix async fifo for AR9287
Sujith
5
-44
/
+55
2010-06-03
ath9k_hw: Update the PCI WAR register
Sujith
2
-28
/
+60
2010-06-03
ath9k_hw: Cleanup TX power calculation for AR9287
Sujith
3
-141
/
+168
2010-06-03
ath9k_hw: Optimize ath9k_hw_ar9287_set_board_values
Sujith
3
-37
/
+41
2010-06-03
ath9k_hw: Cleanup eeprom_9287.c
Sujith
1
-137
/
+136
2010-06-03
ath9k: use the key handling code from ath9k_common instead of duplicating it
Felix Fietkau
1
-230
/
+2
2010-06-03
ath9k_common: use allocated key cache entries for multi BSS crypto support
Felix Fietkau
1
-10
/
+27
2010-06-03
ath9k_hw: add multicast key search support
Felix Fietkau
1
-1
/
+12
[next]