index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
ath9k
/
main.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ath9k: fix beacon resource related race condition
Rajkumar Manoharan
2010-12-07
1
-14
/
+7
*
ath9k: fix a DMA related race condition on reset
Felix Fietkau
2010-12-07
1
-2
/
+3
*
ath9k: Disable SWBA interrupt on remove_interface
Rajkumar Manoharan
2010-11-29
1
-1
/
+10
*
ath9k: use per-device struct for pm_qos_* operations
Gabor Juhos
2010-11-29
1
-3
/
+2
*
ath9k: check old power mode before clearing cycle counters
Felix Fietkau
2010-11-08
1
-4
/
+8
*
ath9k: Fix a DMA latency issue for Intel Pinetrail platforms.
Vivek Natarajan
2010-11-08
1
-0
/
+5
*
ath9k: Avoid HW opmode overridden on monitor mode changes
Rajkumar Manoharan
2010-11-08
1
-4
/
+8
*
ath9k: lock reset and PCU start/stopping
Luis R. Rodriguez
2010-10-27
1
-0
/
+27
*
ath9k: rename rxflushlock to pcu_lock
Luis R. Rodriguez
2010-10-27
1
-2
/
+2
*
ath9k: resume aggregation immediately after a hardware reset
Felix Fietkau
2010-10-25
1
-2
/
+2
*
ath9k: fix crash in ath_update_survey_stats
Felix Fietkau
2010-10-25
1
-0
/
+3
*
ath9k: remove sc->cur_rate_table and sc->cur_rate_mode
Felix Fietkau
2010-10-15
1
-35
/
+0
*
ath9k: add missing locking around ath9k_hw_proc_mib_event
Felix Fietkau
2010-10-15
1
-0
/
+2
*
ath9k: do not track cycle counter updates in powersave mode
Felix Fietkau
2010-10-15
1
-1
/
+18
*
ath9k: Set RX filter for Probe Request based on filter flag
Jouni Malinen
2010-10-13
1
-0
/
+1
*
ath9k: implement channel utilization stats for survey
Felix Fietkau
2010-10-11
1
-16
/
+96
*
ath9k_hw: move the cycle counter tracking to ath
Felix Fietkau
2010-10-11
1
-1
/
+11
*
ath9k: Introduce a wrapper for power save disable.
Senthil Balasubramanian
2010-10-06
1
-18
/
+22
*
ath9k: remove unnecessary power save flags.
Senthil Balasubramanian
2010-10-06
1
-14
/
+4
*
ath9k_hw: remove code duplication in phy error counter handling
Felix Fietkau
2010-10-06
1
-1
/
+1
*
ath9k: add WDS interfaces to ath9k
Bill Jordan
2010-10-05
1
-0
/
+3
*
ath9k: return survey data for all channels instead of just the current one
Felix Fietkau
2010-10-05
1
-6
/
+21
*
ath9k: remove the noise floor value in the ani struct
Felix Fietkau
2010-10-05
1
-10
/
+0
*
ath9k: do not return default noise floor values via survey
Felix Fietkau
2010-10-05
1
-3
/
+5
*
ath9k: Fix tx struck state with paprd
Vasanthakumar Thiagarajan
2010-09-24
1
-2
/
+4
*
ath9k: fix an aggregation start related race condition
Felix Fietkau
2010-09-21
1
-2
/
+3
*
ath9k: fix enabling ANI / tx monitor after bg scan
Luis R. Rodriguez
2010-09-16
1
-7
/
+3
*
ath9k: fix regression on beacon loss after bgscan
Luis R. Rodriguez
2010-09-16
1
-2
/
+4
*
ath9k: fix power save race conditions
Luis R. Rodriguez
2010-09-16
1
-1
/
+4
*
ath9k: Use common ath key management functions
Bruno Randolf
2010-09-16
1
-2
/
+2
*
ath9k_hw: remove useless hw capability flags
Felix Fietkau
2010-09-14
1
-10
/
+2
*
ath9k: fix BSSID mask calculation
Felix Fietkau
2010-09-14
1
-1
/
+1
*
mac80211: use cipher suite selectors
Johannes Berg
2010-08-16
1
-2
/
+3
*
ath9k: shorten the calibration interval during strong interference
Felix Fietkau
2010-08-16
1
-2
/
+7
*
ath9k: add fastcc to debug print for channel change
Luis R. Rodriguez
2010-08-16
1
-2
/
+3
*
ath9k_hw: clean up per-channel calibration data
Felix Fietkau
2010-08-04
1
-11
/
+21
*
ath9k: prevent calibration during off-channel activity
Felix Fietkau
2010-08-04
1
-34
/
+39
*
ath9k: fix a crash in the PA predistortion apply function
Felix Fietkau
2010-08-04
1
-0
/
+1
*
ath9k: remove the two wiphys scanning at the same time message
Luis R. Rodriguez
2010-07-28
1
-4
/
+9
*
ath9k: correct sparse identified endian bug in ath_paprd_calibrate
John W. Linville
2010-07-20
1
-1
/
+1
*
ath9k: fix panic while cleaning up virtaul wifis
Rajkumar Manoharan
2010-07-14
1
-1
/
+7
*
ath9k: Fix the LED behaviour in idle unassociated state.
Vivek Natarajan
2010-07-14
1
-3
/
+8
*
ath9k: fix false positives in the baseband hang check
Felix Fietkau
2010-07-02
1
-2
/
+25
*
Merge branch 'wireless-2.6' into wireless-next-2.6
Reinette Chatre
2010-06-25
1
-1
/
+10
|
\
|
*
ath9k: Fix bug in starting ani
Vasanthakumar Thiagarajan
2010-06-23
1
-1
/
+10
*
|
ath9k: Wakeup the chip in an appropriate place in ath_paprd_calibrate()
Vasanthakumar Thiagarajan
2010-06-24
1
-1
/
+1
*
|
ath9k: Fix bug in paprd
Vasanthakumar Thiagarajan
2010-06-24
1
-2
/
+3
*
|
ath9k: Add a module parameter to disable led blinking.
Vivek Natarajan
2010-06-23
1
-1
/
+3
*
|
ath9k_hw: remove ATH9K_CAP_TXPOW
Felix Fietkau
2010-06-14
1
-3
/
+1
*
|
ath9k: implement PA predistortion support
Felix Fietkau
2010-06-14
1
-0
/
+116
[next]