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.13.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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-13
carl9170: add support for the new rate control API
Christian Lamparter
3
-78
/
+110
2013-06-12
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
2
-26
/
+43
2013-06-12
ath5k: make use of the new rate control API
Thomas Huehn
3
-21
/
+74
2013-06-12
ath9k: Do not assign noise for NULL caldata
Sujith Manoharan
1
-1
/
+0
2013-06-12
ath9k: Fix noisefloor calibration
Sujith Manoharan
2
-8
/
+2
2013-06-12
ath9k_hw: Assign default xlna config for AR9485
Sujith Manoharan
2
-2
/
+8
2013-06-12
ath9k_htc: add STBC TX support
Oleksij Rempel
3
-0
/
+6
2013-06-12
wil6210: Fix AP/PCP start flow
Kirshenbaum Erez
1
-34
/
+0
2013-06-12
wil6210: fix name of tracing config option
Hauke Mehrtens
1
-1
/
+1
2013-06-12
wil6210: Init Rx vring right after reset
Vladimir Kondratiev
2
-5
/
+10
2013-06-12
wil6210: Send EAPOL frames using normal Tx queue
Vladimir Kondratiev
3
-46
/
+9
2013-06-12
wil6210: Derive IE's for AP
Vladimir Kondratiev
1
-0
/
+27
2013-06-12
wil6210: improve frame type reporting
Vladimir Kondratiev
1
-2
/
+2
2013-06-12
wil6210: map more FW memory
Vladimir Kondratiev
1
-1
/
+2
2013-06-12
wil6210: fix timeout for start_pcp
Vladimir Kondratiev
1
-1
/
+5
2013-06-12
ath9k: limit multicast buffer hardware queue depth
Felix Fietkau
3
-36
/
+104
2013-06-12
ath9k: implement support for .release_buffered_frames()
Felix Fietkau
3
-36
/
+145
2013-06-12
ath9k: add support for IEEE80211_TX_CTL_PS_RESPONSE
Felix Fietkau
3
-16
/
+30
2013-06-12
ath: add VHT80 support for regulatory domains
Luis R. Rodriguez
1
-3
/
+3
2013-06-12
ath9k: Remove unused ANI macros
Sujith Manoharan
1
-11
/
+0
2013-06-12
ath9k: Remove redundant code
Sujith Manoharan
1
-11
/
+0
2013-06-12
ath9k: Fix ofdm weak signal configuration
Sujith Manoharan
1
-0
/
+60
2013-06-12
ath9k: Fix ANI levels
Sujith Manoharan
1
-4
/
+4
2013-06-12
ath9k: Fix ANI monitoring
Sujith Manoharan
2
-14
/
+17
2013-06-12
ath9k: Fix OFDM weak signal detection for AP mode
Sujith Manoharan
1
-4
/
+9
2013-06-12
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
18
-126
/
+118
2013-06-12
ath9k: Use minstrel rate control by default
Sujith Manoharan
4
-9
/
+9
2013-06-12
Revert "ath9k_hw: Update rx gain initval to improve rx sensitivity"
Felix Fietkau
1
-5
/
+5
2013-06-12
ath9k: Disable PowerSave by default
Sujith Manoharan
1
-2
/
+1
2013-06-11
ath6kl: make mgmt_tx accept a NULL channel
Antonio Quartulli
1
-10
/
+17
2013-06-04
Merge remote-tracking branch 'wireless-next/master' into HEAD
Johannes Berg
41
-868
/
+829
2013-06-03
ath9k: Do not maintain ANI state per-channel
Sujith Manoharan
4
-28
/
+22
2013-06-03
ath9k: Print ANI statistics in debugfs
Sujith Manoharan
2
-19
/
+64
2013-06-03
ath9k: Set ofdmWeakSigDetect directly
Sujith Manoharan
4
-12
/
+4
2013-06-03
ath9k: Simplify ANI initialization
Sujith Manoharan
6
-27
/
+10
2013-06-03
ath9k: Remove unused structure ath_dbg_bb_mac_samp
Sujith Manoharan
1
-39
/
+0
2013-06-03
ath9k: Enable WoW only for AR9462
Sujith Manoharan
7
-207
/
+35
2013-06-03
ath9k: Return early for invalid rates
Sujith Manoharan
1
-2
/
+2
2013-06-03
ath9k: advertise support for active monitor interfaces
Felix Fietkau
1
-0
/
+2
2013-06-03
cfg80211: take WoWLAN support information out of wiphy struct
Johannes Berg
2
-18
/
+26
2013-05-30
ath9k: check for Rx-STBC flag and pass it to ieee80211
Oleksij Rempel
3
-3
/
+15
2013-05-30
ath9k: remove useless flag conversation.
Oleksij Rempel
4
-10
/
+12
2013-05-29
ath9k_hw: fix PA predistortion miscalibration
Felix Fietkau
1
-8
/
+11
2013-05-29
wil6210: Don't use wdev->sme_state
Vladimir Kondratiev
4
-13
/
+13
2013-05-29
wil6210: channel off by 1
Vladimir Kondratiev
1
-1
/
+1
2013-05-29
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...
John W. Linville
3
-71
/
+82
2013-05-28
ath9k: use correct OTP register offsets for AR9550
Gabor Juhos
1
-3
/
+6
2013-05-24
wil6210: use kfree_skb() instead of kfree()
Wei Yongjun
1
-1
/
+1
2013-05-24
ath9k_hw: improve performance for AR934x v1.3+
Felix Fietkau
3
-6
/
+20
2013-05-24
ath9k_hw: fix host interface reset on AR934x
Felix Fietkau
2
-3
/
+9
[next]