index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
ath9k
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-13
Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
1
-4
/
+4
2012-12-11
ath9k: check pdata variable before dereferencing it
Gabor Juhos
1
-1
/
+1
2012-12-11
ath9k_htc: RX timestamp is reported at end of frame
Thomas Pedersen
1
-1
/
+1
2012-12-11
ath9k: RX timestamp is reported at end of frame
Thomas Pedersen
1
-1
/
+1
2012-12-10
ath9k: allow to load EEPROM content via firmware API
Gabor Juhos
3
-2
/
+80
2012-12-10
ath9k: use 'struct ath_hw *' as the first argument for 'ath9k_hw_nvram_read'
Gabor Juhos
6
-22
/
+17
2012-12-10
ath9k: add EEPROM offset to debug message
Gabor Juhos
1
-1
/
+2
2012-12-10
ath9k: move duplicated debug message to 'ath9k_hw_nvram_read'
Gabor Juhos
4
-13
/
+11
2012-12-10
ath9k_hw: Fix signal strength / channel noise reporting
Felix Fietkau
2
-0
/
+4
2012-12-10
ath9k_hw: Update intivals for AR9340
Sujith Manoharan
1
-2
/
+4
2012-12-10
ath9k_hw: Calculate the correct training power for PAPRD
Sujith Manoharan
2
-20
/
+43
2012-12-10
ath9k_hw: Add HW cap for PAPRD
Sujith Manoharan
5
-7
/
+18
2012-12-10
ath9k_hw: Fix PAPRD retraining for AR9485
Sujith Manoharan
1
-1
/
+5
2012-12-10
ath9k_hw: Various trivial fixes for PAPRD
Sujith Manoharan
2
-8
/
+3
2012-12-10
ath9k: Fix redundant PS wrappers
Sujith Manoharan
1
-4
/
+6
2012-12-10
ath9k: Add a few debug messages for PAPRD
Sujith Manoharan
2
-2
/
+11
2012-12-10
ath9k_hw: Fix PAPRD training
Sujith Manoharan
1
-7
/
+29
2012-12-10
ath9k_hw: Fix PAPRD registers for AR9485
Sujith Manoharan
1
-15
/
+14
2012-12-10
ath9k: ar9003: fix OTP register offsets for AR9340
Gabor Juhos
1
-3
/
+3
2012-12-10
ath9k: Fix regression in 'xmit' debugfs file
Sujith Manoharan
1
-1
/
+1
2012-12-10
Revert "ath9k_hw: Update AR9003 high_power tx gain table"
Felix Fietkau
1
-86
/
+86
2012-12-07
ath9k: Use standard #defines for PCIe Capability ASPM fields
Bjorn Helgaas
1
-4
/
+4
2012-11-30
ath9k: use SIMPLE_DEV_PM_OPS
Hauke Mehrtens
1
-11
/
+4
2012-11-30
wireless: allow Atheros card to not depend on ath.ko
Vladimir Kondratiev
1
-0
/
+1
2012-11-30
ath9k: Remove redundant NULL assignment
Sujith Manoharan
1
-1
/
+0
2012-11-30
ath9k: Implement sta_add_debugfs/sta_remove_debugfs
Sujith Manoharan
4
-3
/
+111
2012-11-30
ath9k: Replace WME_NUM_TID with IEEE80211_NUM_TIDS
Sujith Manoharan
3
-6
/
+5
2012-11-30
ath9k: Move ethtool functions to debug.c
Sujith Manoharan
3
-127
/
+127
2012-11-30
ath9k: Fix buffer overflow error
Rajkumar Manoharan
1
-1
/
+2
2012-11-21
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
2
-2
/
+2
2012-11-21
ath9k: Remove 'stations' debugfs file
Sujith Manoharan
4
-95
/
+0
2012-11-21
ath9k: Fix rate control debugging
Sujith Manoharan
2
-19
/
+33
2012-11-21
ath9k: Fill remove_sta_debugfs() callback
Sujith Manoharan
2
-4
/
+15
2012-11-21
ath9k: Add a debugfs file to dump queue statistics
Sujith Manoharan
1
-0
/
+53
2012-11-21
ath9k: Fix the 'xmit' debugfs file
Sujith Manoharan
6
-105
/
+23
2012-11-21
ath9k/ath9k_htc: Remove WME macros
Sujith Manoharan
16
-86
/
+79
2012-11-21
ath9k: stomp audio profiles on weak signal strength
Rajkumar Manoharan
5
-1
/
+25
2012-11-21
ath9k: Fix MCI reset in BT cal_req
Rajkumar Manoharan
4
-19
/
+7
2012-11-21
ath9k: Process FATAL interrupts at first
Rajkumar Manoharan
1
-12
/
+9
2012-11-21
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2
-3
/
+7
2012-11-19
ath9k: Fix BTCOEX debugfs file usage
Sujith Manoharan
3
-20
/
+50
2012-11-19
ath9k_hw: Fix regression in device reset
Sujith Manoharan
1
-1
/
+1
2012-11-16
ath9k_hw: Program filter coefficients correctly
Sujith Manoharan
4
-11
/
+16
2012-11-16
ath9k: Remove unused workaround
Sujith Manoharan
4
-23
/
+0
2012-11-16
ath9k_hw: Update AR9485 initvals
Sujith Manoharan
1
-63
/
+273
2012-11-16
ath9k_hw: Fix wrong peak detector DC offset
Rajkumar Manoharan
3
-8
/
+116
2012-11-16
ath9k: [DFS] add pulse width tolerance for ETSI
Zefir Kurtisi
1
-1
/
+6
2012-11-16
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
3
-17
/
+24
2012-11-14
ath9k: fix memory leak in DFS pattern detector
Zefir Kurtisi
1
-0
/
+1
2012-11-14
ath9k: resolve name collision in DFS detector
Zefir Kurtisi
2
-4
/
+4
[next]