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
2014-10-08
ath9k: Fix sequence number assignment
Sujith Manoharan
4
-23
/
+35
2014-10-07
ath9k_htc: avoid kernel panic in ath9k_hw_reset
Marek Puzyniak
1
-0
/
+1
2014-10-07
ath9k: Fix crash in MCC mode
Sujith Manoharan
1
-1
/
+1
2014-10-07
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
3
-5
/
+4
2014-10-02
ath9k: Fix flushing in MCC mode
Sujith Manoharan
1
-0
/
+16
2014-10-02
ath9k: Fix queue handling for channel contexts
Sujith Manoharan
1
-6
/
+1
2014-10-02
ath9k: Add ath9k_chanctx_stop_queues()
Sujith Manoharan
2
-0
/
+24
2014-10-02
ath9k: Pass context to ath9k_chanctx_wake_queues()
Sujith Manoharan
3
-6
/
+7
2014-10-02
ath9k: Fix queue handling in flush()
Sujith Manoharan
1
-5
/
+0
2014-10-02
ath9k: Remove duplicate code
Sujith Manoharan
1
-9
/
+1
2014-10-02
ath9k: Fix pending frame check
Sujith Manoharan
1
-3
/
+0
2014-10-02
ath9k: Check pending frames properly
Sujith Manoharan
1
-1
/
+4
2014-10-02
ath9k: Print RoC expiration
Sujith Manoharan
1
-0
/
+7
2014-09-30
ath9k: fix getting tx duration for dynack
Felix Fietkau
7
-18
/
+49
2014-09-30
ath9k: Check early for HW reset
Sujith Manoharan
1
-4
/
+6
2014-09-30
ath9k_hw: fix PLL clock initialization for newer SoC
Felix Fietkau
3
-4
/
+40
2014-09-30
ath9k_hw: reduce ANI spur immunity setting on HT40 extension channel
Felix Fietkau
1
-3
/
+2
2014-09-30
Revert "ath9k_hw: reduce ANI firstep range for older chips"
Felix Fietkau
1
-1
/
+3
2014-09-30
ath9k_hw: disable hardware ad-hoc flag on ar934x rev 3
Felix Fietkau
2
-3
/
+10
2014-09-30
ath9k: use ah->get_mac_revision for all SoC devices if available
Felix Fietkau
1
-7
/
+4
2014-09-27
ath9k: Fix offchannel queuing
Sujith Manoharan
1
-3
/
+3
2014-09-27
ath9k: Use normal queues for offchannel frames
Sujith Manoharan
1
-2
/
+1
2014-09-27
ath9k: Fix queue management
Sujith Manoharan
1
-7
/
+3
2014-09-27
ath9k: Fix p2p address management
Sujith Manoharan
2
-0
/
+37
2014-09-27
ath9k: Cache BSS information
Sujith Manoharan
3
-7
/
+17
2014-09-23
ath9k: Fix NULL pointer dereference on early irq
Wojciech Dubowik
1
-1
/
+1
2014-09-17
ath9k: enable ext channel pulse detection
Lorenzo Bianconi
1
-0
/
+1
2014-09-17
ath9k: Fix build error
Sujith Manoharan
1
-0
/
+2
2014-09-17
ath9k: initialize ath_node linked list
Lorenzo Bianconi
1
-0
/
+4
2014-09-17
ath9k: enable dynack using set_coverage_class codepath
Lorenzo Bianconi
1
-4
/
+29
2014-09-17
ath9k: add debugfs support for dynack
Lorenzo Bianconi
1
-0
/
+28
2014-09-17
ath9k: enable control frame reception
Lorenzo Bianconi
1
-1
/
+2
2014-09-17
ath9k: add sampling methods for (tx|rx) timestamp
Lorenzo Bianconi
2
-0
/
+10
2014-09-17
ath9k: do not overwrite ACK timeout estimation
Lorenzo Bianconi
1
-0
/
+8
2014-09-17
ath9k: add config for (en|dis)abling ACK timeout estimation
Lorenzo Bianconi
2
-0
/
+12
2014-09-17
ath9k: add dynamic ACK timeout estimation
Lorenzo Bianconi
5
-0
/
+462
2014-09-17
ath9k: add duration field to ath_tx_status
Lorenzo Bianconi
3
-0
/
+17
2014-09-17
ath9k: export methods related to ACK timeout estimation
Lorenzo Bianconi
2
-3
/
+7
2014-09-15
ath9k_htc: fix random decryption failure
Johannes Stezenbach
1
-1
/
+1
2014-09-15
ath9k: Fix primary station configuration
Sujith Manoharan
1
-5
/
+1
2014-09-15
ath9k: Remove useless opmode check
Sujith Manoharan
1
-7
/
+0
2014-09-15
ath9k: Set offchannel state properly
Sujith Manoharan
1
-15
/
+42
2014-09-15
ath9k: Check beaconing mode properly
Sujith Manoharan
1
-0
/
+3
2014-09-15
ath9k: Remove unnecessary tbtt assignment
Sujith Manoharan
3
-6
/
+5
2014-09-15
ath9k: Fix beacon processing in offchannel
Sujith Manoharan
1
-1
/
+9
2014-09-15
ath9k: fix radar parameters initialization
Lorenzo Bianconi
2
-2
/
+5
2014-09-15
Merge tag 'mac80211-next-for-john-2014-09-12' of git://git.kernel.org/pub/scm...
John W. Linville
2
-2
/
+3
2014-09-11
ath9k: Fix beacon miss handling
Sujith Manoharan
2
-12
/
+33
2014-09-11
ath9k: Fix channel switch time duration
Sujith Manoharan
1
-1
/
+1
2014-09-11
ath9k: Clear offchannel duration properly
Sujith Manoharan
1
-1
/
+4
[next]