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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ath9k: Fix incorrect access of rate flags in RC
Mohammed Shafi Shajakhan
2010-10-29
1
-1
/
+1
*
ath5k: Fix double free on hw attach error path
Jones Desougi
2010-10-27
1
-9
/
+8
*
ath9k_htc: Set proper firmware offset for Netgear WNDA3200
Rajkumar Manoharan
2010-10-27
1
-2
/
+8
*
ath9k: fix tx aggregation flush on AR9003
Felix Fietkau
2010-10-27
1
-9
/
+9
*
ath9k: lock reset and PCU start/stopping
Luis R. Rodriguez
2010-10-27
2
-2
/
+27
*
ath9k: rename rxflushlock to pcu_lock
Luis R. Rodriguez
2010-10-27
3
-6
/
+6
*
ath9k: add locking for starting the PCU on RX
Luis R. Rodriguez
2010-10-27
1
-3
/
+4
*
ath9k: add locking for stopping RX
Luis R. Rodriguez
2010-10-27
1
-2
/
+2
*
ath9k: resume aggregation immediately after a hardware reset
Felix Fietkau
2010-10-25
3
-4
/
+4
*
carl9170: fix scheduling while atomic
Christian Lamparter
2010-10-25
1
-1
/
+1
*
ath9k: fix handling of rate control probe frames
Felix Fietkau
2010-10-25
1
-0
/
+6
*
ath9k: fix crash in ath_update_survey_stats
Felix Fietkau
2010-10-25
1
-0
/
+3
*
ath9k_hw: Fix divide by zero cases in paprd.
Senthil Balasubramanian
2010-10-25
1
-5
/
+9
*
ath9k_hw: Fix TX carrier leakage for IEEE compliance on AR9003 2.2
Luis R. Rodriguez
2010-10-25
1
-56
/
+135
*
carl9170: fix memory leak issue in async cmd macro wrappers
Christian Lamparter
2010-10-25
1
-23
/
+28
*
carl9170: fix async command buffer leak
Christian Lamparter
2010-10-25
1
-6
/
+19
*
ath5k: Properly initialize ath_common->cc_lock.
Ben Greear
2010-10-25
1
-0
/
+1
*
ath9k: Properly initialize ath_common->cc_lock.
Ben Greear
2010-10-25
1
-0
/
+1
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
2010-10-24
2
-2
/
+1
|
\
|
*
Update broken web addresses in the kernel.
Justin P. Mattock
2010-10-18
2
-2
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
2010-10-23
102
-5771
/
+17435
|
\
\
|
*
|
ath9k: Null out references to stale pointers.
Ben Greear
2010-10-15
3
-0
/
+16
|
*
|
ath9k: Remove bf_dmacontext.
Ben Greear
2010-10-15
4
-20
/
+12
|
*
|
ath9k_hw: remove AR9003 2.0 support
Luis R. Rodriguez
2010-10-15
3
-1923
/
+26
|
*
|
ath9k_htc: set probe request rx filter
Rajkumar Manoharan
2010-10-15
2
-2
/
+2
|
*
|
ath9k_hw: remove enum wireless_mode and its users
Felix Fietkau
2010-10-15
5
-89
/
+25
|
*
|
ath9k: remove sc->cur_rate_table and sc->cur_rate_mode
Felix Fietkau
2010-10-15
3
-53
/
+8
|
*
|
ath9k: make rate control debugfs stats per station
Felix Fietkau
2010-10-15
4
-116
/
+124
|
*
|
ath9k: add missing locking around ath9k_hw_proc_mib_event
Felix Fietkau
2010-10-15
1
-0
/
+2
|
*
|
ath9k_hw: fix PHY counter overflow handling in ANI v1
Felix Fietkau
2010-10-15
1
-1
/
+1
|
*
|
ath9k_hw: fix division by zero in the ANI monitor code
Felix Fietkau
2010-10-15
1
-6
/
+7
|
*
|
ath9k: do not track cycle counter updates in powersave mode
Felix Fietkau
2010-10-15
1
-1
/
+18
|
*
|
ath9k: Fix potential use-after-free.
Ben Greear
2010-10-13
1
-1
/
+1
|
*
|
ath9k: Set RX filter for Probe Request based on filter flag
Jouni Malinen
2010-10-13
2
-2
/
+2
|
*
|
ath9k: Fix documentation in rate control
Mohammed Shafi Shajakhan
2010-10-13
2
-8
/
+9
|
*
|
ath5k: Move debugfs under ieee80211/[wiphy-name]
Ben Greear
2010-10-13
3
-36
/
+3
|
*
|
ath5k: fix build break from "ath5k: Print out opmode in debugfs"
Joe Perches
2010-10-12
4
-16
/
+13
|
*
|
ath9k: built-in rate control A-MPDU fix
Björn Smedman
2010-10-11
1
-0
/
+6
|
*
|
ath9k: A-MPDU rate control info fix
Björn Smedman
2010-10-11
1
-6
/
+13
|
*
|
carl9170: A-MPDU frame type filter
Christian Lamparter
2010-10-11
1
-1
/
+41
|
*
|
carl9170: remove stale rx error path
Christian Lamparter
2010-10-11
2
-6
/
+11
|
*
|
carl9170: common error path for bad frames
Christian Lamparter
2010-10-11
1
-28
/
+20
|
*
|
ath9k: implement channel utilization stats for survey
Felix Fietkau
2010-10-11
2
-16
/
+98
|
*
|
ath9k: add compile time checking for the size of the channel list
Felix Fietkau
2010-10-11
2
-1
/
+7
|
*
|
ath5k: use the common cycle counter / listen time implementation
Felix Fietkau
2010-10-11
3
-41
/
+26
|
*
|
ath9k_hw: move the cycle counter tracking to ath
Felix Fietkau
2010-10-11
9
-87
/
+101
|
*
|
ath5k: store the clock rate in common data on channel changes
Felix Fietkau
2010-10-11
3
-6
/
+10
|
*
|
ath9k_hw: store the clock rate in common data on channel changes
Felix Fietkau
2010-10-11
3
-37
/
+23
|
*
|
ath5k: Adjust opmode when interfaces are removed.
Ben Greear
2010-10-11
1
-26
/
+40
|
*
|
ath5k: Print out opmode in debugfs.
Ben Greear
2010-10-11
3
-0
/
+42
[next]