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-06-27
ath9k: fix panic caused by returning a descriptor we have queued for reuse
Tom Hughes
1
-2
/
+2
2012-06-27
ath9k: enable serialize_regmode for non-PCIE AR9287
Panayiotis Karabassis
1
-1
/
+1
2012-06-25
ath9k: fix dynamic WEP related regression
Felix Fietkau
1
-1
/
+2
2012-06-20
ath9k_htc: configure bssid on ASSOC/IBSS change
Rajkumar Manoharan
1
-3
/
+2
2012-06-20
ath9k_hw: avoid possible infinite loop in ar9003_get_pll_sqsum_dvc
Mohammed Shafi Shajakhan
1
-1
/
+13
2012-06-19
ath9k: fix invalid pointer access in the tx path
Felix Fietkau
2
-12
/
+18
2012-06-19
ath9k: fix a tx rate duration calculation bug
Felix Fietkau
1
-1
/
+1
2012-06-13
ath9k: Fix softlockup in AR9485
Mohammed Shafi Shajakhan
1
-0
/
+9
2012-06-11
ath9k: remove incompatible IBSS interface check in change_iface
Mohammed Shafi Shajakhan
1
-9
/
+0
2012-06-11
ath9k: Fix a WARNING on suspend/resume with IBSS
Mohammed Shafi Shajakhan
1
-9
/
+0
2012-05-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
6
-98
/
+111
2012-05-29
ath9k_hw: apply internal regulator settings on AR933x
Felix Fietkau
3
-1
/
+7
2012-05-29
ath9k_hw: update AR933x initvals to fix issues with high power devices
Felix Fietkau
1
-88
/
+90
2012-05-29
ath9k: fix a use-after-free-bug when ath_tx_setup_buffer() fails
Felix Fietkau
1
-6
/
+10
2012-05-29
ath9k: stop rx dma before stopping tx
Felix Fietkau
1
-3
/
+4
2012-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
6
-70
/
+89
2012-05-22
Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-0
/
+1
2012-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next
John W. Linville
6
-70
/
+89
2012-05-18
USB: Disable hub-initiated LPM for comms devices.
Sarah Sharp
1
-0
/
+1
2012-05-15
ath9k_hw: Fix RTT calibration
Sujith Manoharan
6
-70
/
+89
2012-05-10
drivers/net: Convert compare_ether_addr to ether_addr_equal
Joe Perches
1
-1
/
+1
2012-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-10
/
+14
2012-05-02
Revert "ath9k_hw: Fix incorrect spur_freq_sd for AR9003"
Rajkumar Manoharan
1
-2
/
+2
2012-04-26
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
19
-186
/
+387
2012-04-24
ath9k: Fix IDLE Powersave
Sujith Manoharan
1
-17
/
+26
2012-04-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-2
/
+17
2012-04-23
ath9k: extend DFS detector stats in dfs_debugfs
Zefir Kurtisi
4
-11
/
+104
2012-04-23
ath9k: don't strip mic on non-encrypted frames in tkip
Michael Liang
1
-0
/
+1
2012-04-23
ath9k_hw: increase tx abort timeout for half/quarter channels
Felix Fietkau
1
-1
/
+9
2012-04-23
ath9k_hw: disable fast channel change when changing from/to half/quarter mode
Felix Fietkau
1
-0
/
+4
2012-04-23
ath9k_hw: disable Tx IQ calibration on half/quarter channels
Felix Fietkau
1
-4
/
+6
2012-04-23
ath9k_hw: fix and clean up PHY activation delay
Felix Fietkau
4
-33
/
+22
2012-04-23
ath9k_hw: increase symbol overlap window for half/quarter channels
Felix Fietkau
2
-0
/
+7
2012-04-23
ath9k_hw: set the PHY mode for half/quarter channels on AR9003
Felix Fietkau
1
-0
/
+4
2012-04-23
ath9k_hw: increase ACK timeout for half/quarter channels
Felix Fietkau
1
-3
/
+6
2012-04-23
ath9k_hw: use standard SIFS time as reference for half/quarter channels
Felix Fietkau
1
-6
/
+7
2012-04-23
ath9k_hw: remove ATH_BTCOEX_CFG_MCI
Rajkumar Manoharan
3
-19
/
+17
2012-04-23
ath9k: simplify beacon configuration for beaconing vifs
Rajkumar Manoharan
2
-43
/
+23
2012-04-23
ath9k: make DFS detector pools SMP safe
Zefir Kurtisi
1
-32
/
+78
2012-04-23
ath9k: fix TX power reporting on AR9003 chips
Gabor Juhos
1
-15
/
+49
2012-04-23
ath9k: Fix compile warnings when DEBUGFS is disabled.
Ben Greear
2
-2
/
+3
2012-04-23
ath9k: add possible wiphy interface combinations
Felix Fietkau
1
-0
/
+21
2012-04-23
ath9k: fix tx power settings for AR9287
Gabor Juhos
1
-0
/
+2
2012-04-23
ath9k: add an extra boolean parameter to ath9k_hw_apply_txpower
Gabor Juhos
5
-8
/
+10
2012-04-17
ath9k: use ath9k_hw_fbin2freq instead of FBIN2FREQ
Gabor Juhos
3
-10
/
+11
2012-04-17
ath9k: move ath9k_hw_fbin2freq function to eeprom.h
Gabor Juhos
3
-17
/
+8
2012-04-17
ath9k: remove unused PWRINC_*_TO_*_CHAIN defines
Gabor Juhos
1
-3
/
+0
2012-04-17
ath9k: merge power correction constants
Gabor Juhos
2
-9
/
+6
2012-04-17
ath9k: Fix TX fragmentation
Sujith Manoharan
1
-1
/
+9
2012-04-16
ath9k: simplify ath9k_hw_get_scaled_power function
Gabor Juhos
1
-13
/
+8
[next]