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
/
ath9k
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-14
ath9k: Remove has_hw_phycounters
Sujith
1
-2
/
+1
2009-08-14
ath: add common ath_rxbuf_alloc() and make ath9k use it
Luis R. Rodriguez
1
-1
/
+1
2009-08-14
ath9k: Fix regression on receiving PS poll frames
Luis R. Rodriguez
1
-0
/
+1
2009-08-05
ath9k: cancel xmit poll work at stop() callback
Luis R. Rodriguez
1
-0
/
+2
2009-08-05
ath9k: remove dangling error check on keycache reset on hw init
Luis R. Rodriguez
1
-3
/
+0
2009-08-05
ath9k: call ath9k_hw_detach() once upon hw init failure
Luis R. Rodriguez
1
-2
/
+1
2009-08-05
ath9k: set sc->sc_ah to NULL after freeing it
Luis R. Rodriguez
1
-0
/
+3
2009-08-05
ath9k: distinguish between device initialization and ath_softc init
Luis R. Rodriguez
1
-3
/
+10
2009-08-05
ath9k: describe hw initialization better
Luis R. Rodriguez
1
-2
/
+2
2009-08-05
ath9k: remove debug message for no memoery on ath_init()
Luis R. Rodriguez
1
-2
/
+0
2009-08-05
ath9k: pass only one argument to hw attach
Luis R. Rodriguez
1
-1
/
+1
2009-08-05
ath9k: move cache setting of softc ah prior to attach
Luis R. Rodriguez
1
-1
/
+1
2009-08-05
ath9k: move devid cache setting to ath_init()
Luis R. Rodriguez
1
-1
/
+2
2009-08-05
ath9k: move memory allocation of ath_hw to ath_init()
Luis R. Rodriguez
1
-12
/
+23
2009-08-05
ath9k: propagate hw initialization errors
Luis R. Rodriguez
1
-4
/
+3
2009-08-05
mac80211: redefine usage of the mac80211 workqueue
Luis R. Rodriguez
1
-7
/
+8
2009-08-05
ath9k: move workqueue cancels to stop callback
Luis R. Rodriguez
1
-5
/
+8
2009-08-05
ath9k: move cancel_delayed_work_sync() out of ath_deinit_leds()
Luis R. Rodriguez
1
-2
/
+4
2009-08-05
ath9k: re-order cancelling of work on mac80211 workqueue
Luis R. Rodriguez
1
-2
/
+2
2009-07-29
ath9k: remove unused ATH_PCI_VERSION
Luis R. Rodriguez
1
-2
/
+0
2009-07-29
ath9k: fix race with IEEE80211_CONF_PS checks
Gabor Juhos
1
-4
/
+4
2009-07-27
ath9k: Add support for AR9287 based chipsets.
Vivek Natarajan
1
-1
/
+2
2009-07-27
ath9k: Cleanup return values
Sujith
1
-11
/
+3
2009-07-27
ath9k: Remove redundant HT macros
Sujith
1
-5
/
+3
2009-07-24
ath9k: do not stop the queues in driver stop
Luis R. Rodriguez
1
-2
/
+0
2009-07-24
ath9k: disable radio when all devices are marked idle
Luis R. Rodriguez
1
-0
/
+24
2009-07-24
ath9k: serialize ath9k_hw_setpower calls
Gabor Juhos
1
-0
/
+1
2009-07-24
ath9k: Remove pointless ath9k_ps_restore() in ath_detach()
Vasanthakumar Thiagarajan
1
-1
/
+0
2009-07-24
ath9k: Fix TX hang issue with Atheros chipsets
Senthil Balasubramanian
1
-0
/
+3
2009-07-24
ath9k: Manipulate and report the correct RSSI
Senthil Balasubramanian
1
-0
/
+1
2009-07-24
ath9k: cleanup try count for MRR in rate control
Luis R. Rodriguez
1
-1
/
+2
2009-07-10
ath9k: Handle different TX and RX streams properly.
Senthil Balasubramanian
1
-12
/
+14
2009-07-10
ath9k: race condition in SCANNING state check during ANI calibration
Senthil Balasubramanian
1
-4
/
+7
2009-07-10
ath9k: stop ani when the STA gets disconnected.
Senthil Balasubramanian
1
-1
/
+5
2009-07-10
ath9k: remove unnecessary STATION mode check.
Senthil Balasubramanian
1
-11
/
+8
2009-06-19
ath9k: restore PS mode, before we put the chip into FULL SLEEP state.
Gabor Juhos
1
-1
/
+1
2009-06-15
ath9k: restore power mode on error path
Gabor Juhos
1
-3
/
+6
2009-06-15
ath9k: port to cfg80211 rfkill
Johannes Berg
1
-81
/
+13
2009-06-15
ath9k: Make sure we have current channel in ah_curchan before rf disable/enable
Vasanthakumar Thiagarajan
1
-0
/
+6
2009-06-15
ath9k: Add helper to get ath9k specific current channel
Vasanthakumar Thiagarajan
1
-5
/
+16
2009-06-03
rfkill: rewrite
Johannes Berg
1
-86
/
+29
2009-05-22
ath9k: Update Beacon timers based on timestamp from the AP
Jouni Malinen
1
-1
/
+8
2009-05-20
ath9k: set max default eirp to 20 dBm
Luis R. Rodriguez
1
-2
/
+2
2009-05-20
ath9k: fix custom regulatory call position
Luis R. Rodriguez
1
-4
/
+7
2009-05-20
ath9k: Set PM field in frame control when in PS mode
Jouni Malinen
1
-0
/
+15
2009-05-20
ath9k: Wake up for RX filter changes
Jouni Malinen
1
-0
/
+2
2009-05-20
ath9k: Use TSFOOR interrupt to trigger TSF sync with next Beacon
Jouni Malinen
1
-0
/
+10
2009-05-20
ath9k: Do not try to calibrate radio when in sleep mode
Jouni Malinen
1
-0
/
+8
2009-05-20
ath9k: Wake up for TX in mac80211 timeout=0 sleep mode
Jouni Malinen
1
-1
/
+29
2009-05-20
ath9k: Move PS wakeup/restore calls from isr to tasklet
Vasanthakumar Thiagarajan
1
-13
/
+9
[next]