index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath9k
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
cfg80211: move enum reg_set_by to nl80211.h
Luis R. Rodriguez
2009-03-16
3
-16
/
+20
|
*
cfg80211: remove REGDOM_SET_BY_INIT
Luis R. Rodriguez
2009-03-16
2
-2
/
+1
|
*
ath9k: Fix bug in reading debugfs file 'rcstat'
Sujith
2009-03-16
1
-0
/
+3
|
*
ath9k: Fix bug in TX aggregation
Sujith
2009-03-16
1
-16
/
+33
|
*
ath9k: Initialize ANI properly
Sujith
2009-03-16
1
-10
/
+3
|
*
ath9k: Use suitable macros with 4k eeprom data
Vasanthakumar Thiagarajan
2009-03-16
1
-9
/
+9
|
*
ath9k: always compile ath_radio_{en,dis}able
Gabor Juhos
2009-03-16
1
-6
/
+6
|
*
ath9k: fix compile error in debug.c
Gabor Juhos
2009-03-16
1
-0
/
+2
|
*
ath9k: fix compile error in ahb.c
Gabor Juhos
2009-03-16
1
-0
/
+1
|
*
ath9k: fix AR_SREV_9100_OR_LATER macro
Gabor Juhos
2009-03-16
2
-23
/
+23
|
*
ath9k: move ar9100 version checking macros into a more appropriate place
Gabor Juhos
2009-03-16
1
-7
/
+6
|
*
ath9k: cleanup AR5416 version checking macros
Gabor Juhos
2009-03-16
4
-19
/
+22
|
*
ath9k: Incorrect AR9285 version check macro
Senthil Balasubramanian
2009-03-16
1
-2
/
+2
|
*
ath9k: INI update for AR9285 and periodic PA offset caliberation
Senthil Balasubramanian
2009-03-16
5
-83
/
+195
|
*
ath9k: RX buffers may be accessed/freed even before initialized/alloced.
Senthil Balasubramanian
2009-03-16
1
-1
/
+1
|
*
ath9k: Get rid of unnecessary ATOMIC memory alloc during init time
Senthil Balasubramanian
2009-03-16
2
-7
/
+6
|
*
ath9k: create a common debugfs_root for all device instances
Gabor Juhos
2009-03-16
3
-8
/
+41
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-03-17
4
-3
/
+57
|
\
\
|
|
/
|
/
|
|
*
ath9k: AR9280 PCI devices must serialize IO as well
Luis R. Rodriguez
2009-03-16
1
-1
/
+2
|
*
ath9k: implement IO serialization
Luis R. Rodriguez
2009-03-16
4
-2
/
+55
*
|
ath9k: Add a debugfs interface for controlling virtual wiphys
Jouni Malinen
2009-03-05
2
-0
/
+165
*
|
ath9k: Add a simple virtual wiphy scheduler
Jouni Malinen
2009-03-05
3
-0
/
+72
*
|
ath9k: Special processing for channel changes during scan
Jouni Malinen
2009-03-05
3
-10
/
+68
*
|
ath9k: Add workaround to recover from failed channel changes
Jouni Malinen
2009-03-05
3
-2
/
+43
*
|
ath9k: Check virtual wiphy state on tx()
Jouni Malinen
2009-03-05
1
-0
/
+6
*
|
ath9k: Pause other virtual wiphys on channel change
Jouni Malinen
2009-03-05
3
-1
/
+33
*
|
ath9k: Register larger listen interval
Jouni Malinen
2009-03-05
1
-0
/
+1
*
|
ath9k: Make start/stop operations aware of virtual wiphys
Jouni Malinen
2009-03-05
3
-0
/
+49
*
|
ath9k: Add routines for switching between active virtual wiphys
Jouni Malinen
2009-03-05
3
-12
/
+176
*
|
ath9k: Virtual wiphy pause/unpause functionality
Jouni Malinen
2009-03-05
6
-2
/
+191
*
|
ath9k: Configure RX filter for multi-BSSID broadcast
Jouni Malinen
2009-03-05
2
-0
/
+9
*
|
ath9k: Add support for multiple secondary virtual wiphys
Jouni Malinen
2009-03-05
7
-41
/
+212
*
|
ath9k: Add data structure for supporting virtual radio/wiphy operation
Jouni Malinen
2009-03-05
8
-36
/
+88
*
|
ath9k: Set BSSID mask based on configured interfaces
Jouni Malinen
2009-03-05
4
-15
/
+103
*
|
ath9k: Cleanup multiple VIF processing
Jouni Malinen
2009-03-05
3
-57
/
+59
*
|
ath9k: Clean up setkey operations
Jouni Malinen
2009-03-05
1
-26
/
+16
*
|
ath9k: fix AR_TXCFG_DMASZ_MASK value
Gabor Juhos
2009-03-05
1
-1
/
+1
*
|
ath9k: Remove unused variables in struct ath_beacon_config
Sujith
2009-03-05
1
-5
/
+0
*
|
ath9k: Lock config_interface() callback with a mutex
Sujith
2009-03-05
1
-1
/
+7
*
|
ath9k: Handle TSF properly for AP mode
Sujith
2009-03-05
3
-17
/
+40
*
|
ath9k: Split beacon configuration into mode specific routines
Sujith
2009-03-05
3
-207
/
+203
*
|
ath9k: Cleanup beacon stuck processing
Sujith
2009-03-05
2
-80
/
+24
*
|
ath9k: Scrub beacon.c
Sujith
2009-03-05
3
-126
/
+55
*
|
ath9k: Use new scan notifiers from mac80211
Sujith
2009-03-05
2
-1
/
+23
*
|
ath9k: Set TSF fix
Alina Friedrichsen
2009-03-05
1
-2
/
+1
*
|
ath9k: Fix FIF_BCN_PRBRESP_PROMISC handling
Alina Friedrichsen
2009-03-05
1
-8
/
+0
*
|
ath9k: Handle power modes in isr for power save.
Vivek Natarajan
2009-03-05
2
-1
/
+4
*
|
ath9k: Fill in rate_update mac80211 callback
Sujith
2009-03-05
1
-29
/
+92
*
|
ath9k: Remove unused key xoring
Jouni Malinen
2009-03-05
4
-13
/
+8
*
|
ath9k: Document keycache operations
Jouni Malinen
2009-03-05
2
-6
/
+78
[prev]
[next]