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
2015-02-14
wireless: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
1
-17
/
+6
2015-02-09
Merge tag 'wireless-drivers-next-for-davem-2015-02-07' of git://git.kernel.or...
David S. Miller
19
-466
/
+560
2015-02-06
ath9k: Delete an unnecessary check before the function call "relay_close"
Markus Elfring
1
-1
/
+1
2015-02-06
ath9k: Choose correct rate for 2GHz channel
Sujith Manoharan
1
-1
/
+5
2015-02-06
ath9k: Clear TSF2 properly
Sujith Manoharan
2
-0
/
+11
2015-02-06
ath9k: Program AR_WA correctly
Sujith Manoharan
1
-17
/
+22
2015-02-06
ath9k: Fix issues with WoW enable
Sujith Manoharan
3
-95
/
+93
2015-02-06
ath9k: Register correct WOW details with mac80211
Sujith Manoharan
1
-2
/
+14
2015-02-06
ath9k: Add support for more WOW patterns
Sujith Manoharan
3
-27
/
+56
2015-02-03
ath9k: Fix max pattern check
Sujith Manoharan
3
-31
/
+51
2015-02-03
ath9k: Cleanup reg_wow.h
Sujith Manoharan
1
-53
/
+15
2015-02-03
ath9k: Remove incorrect register macros
Sujith Manoharan
1
-5
/
+0
2015-02-03
ath9k: Move WOW registers to reg_wow.h
Sujith Manoharan
3
-120
/
+137
2015-02-03
ath9k: Register max WOW patterns
Sujith Manoharan
2
-1
/
+10
2015-02-03
ath9k: Add a HW structure for WOW
Sujith Manoharan
2
-6
/
+10
2015-02-03
ath9k: Simplify user pattern configuration
Sujith Manoharan
2
-43
/
+12
2015-02-03
ath9k: Add a debugfs file for WOW
Sujith Manoharan
3
-2
/
+71
2015-02-03
ath9k: Remove ath9k_hw_wow_event_to_string
Sujith Manoharan
3
-27
/
+3
2015-02-03
ath9k: Remove unused BMISS processing
Sujith Manoharan
3
-29
/
+0
2015-02-03
ath9k: Check WOW triggers properly
Sujith Manoharan
2
-30
/
+28
2015-02-03
ath9k: Fix wow init/deinit
Sujith Manoharan
3
-4
/
+23
2015-02-03
ath9k: Check multi-channel context for WOW
Sujith Manoharan
1
-0
/
+9
2015-02-03
ath9k: Check early for multi-vif/STA conditions
Sujith Manoharan
1
-15
/
+7
2015-02-03
ath9k: Remove redundant device_can_wakeup() check
Sujith Manoharan
1
-6
/
+0
2015-02-03
ath9k: Return early for error conditions
Sujith Manoharan
1
-6
/
+6
2015-02-03
ath9k: Remove ATH9K_HW_WOW_DEVICE_CAPABLE
Sujith Manoharan
3
-8
/
+1
2015-01-29
ath9k: Enable manual peak detect calibration
Sujith Manoharan
1
-2
/
+8
2015-01-29
ath9k: Set correct peak detect threshold
Sujith Manoharan
1
-4
/
+11
2015-01-29
ath9k: Fix manual peak calibration initialization
Sujith Manoharan
1
-8
/
+30
2015-01-29
ath9k: Add a macro to identify PCOEM chips
Sujith Manoharan
1
-0
/
+3
2015-01-29
ath9k: Update AR955x initvals
Sujith Manoharan
1
-2
/
+2
2015-01-29
ath9k: Update QCA953x initvals
Sujith Manoharan
1
-2
/
+2
2015-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+3
2015-01-27
ath9k and ath9k_htc: rename variable "led_blink"
Hong Xu
6
-8
/
+8
2015-01-23
ath9k_htc: remove dead code in error path of ath9k_htc_txcompletion_cb
John Linville
1
-5
/
+1
2015-01-23
ath9k_htc: Add a module parameter to disable blink
Hong Xu
3
-0
/
+11
2015-01-23
ath9k: Fix no-ack frame status
Sujith Manoharan
1
-3
/
+6
2015-01-22
Merge commit 'c1e140bf79d817d4a7aa9932eb98b0359c87af33' from mac80211-next
Kalle Valo
2
-10
/
+12
2015-01-19
ath9k: fix race condition in irq processing during hardware reset
Felix Fietkau
1
-4
/
+3
2015-01-15
ath9k: Update PCI IDs for AR9565
Sujith Manoharan
1
-0
/
+85
2015-01-15
ath9k: enable per-packet TPC on AR9002 based chips
Lorenzo Bianconi
2
-7
/
+1
2015-01-15
ath9k: add TPC to TX path for AR9002 based chips
Lorenzo Bianconi
1
-12
/
+56
2015-01-15
ath9k: add power per-rate tables for AR9002 chips
Lorenzo Bianconi
5
-0
/
+125
2015-01-15
ath: ath9k: use debugfs_create_devm_seqfile() helper for seq_file entries
Arend van Spriel
1
-100
/
+29
2015-01-15
ath9k: Add QCA956x HW support
Miaoqing Pan
6
-32
/
+76
2015-01-15
ath9k: Fix register definitions for QCA956x
Miaoqing Pan
1
-8
/
+11
2015-01-15
ath9k: Add initvals for QCA956x
Miaoqing Pan
2
-1
/
+1106
2015-01-15
ath9k: Add HW IDs for QCA956x
Miaoqing Pan
4
-0
/
+13
2015-01-08
cfg80211: remove "channel" from survey names
Johannes Berg
1
-8
/
+8
2014-12-24
ath9k: fix typo
Lorenzo Bianconi
1
-1
/
+1
[next]