index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath9k
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-29
ath9k: fix ar5416Addac_9100 values
Gabor Juhos
1
-1
/
+1
2009-01-29
ath9k: remove (u16) casts from rtc register access
Gabor Juhos
2
-9
/
+9
2009-01-29
ath9k: get EEPROM contents from platform data on AHB bus
Gabor Juhos
4
-48
/
+49
2009-01-29
ath9k: introduce platform driver for AHB bus support
Gabor Juhos
4
-0
/
+179
2009-01-29
ath9k: move PCI code into separate file
Gabor Juhos
4
-279
/
+328
2009-01-29
ath9k: introduce bus specific cleanup routine
Gabor Juhos
2
-14
/
+30
2009-01-29
ath9k: introduce bus specific cache size routine
Gabor Juhos
2
-2
/
+17
2009-01-29
ath9k: convert to use bus-agnostic DMA routines
Gabor Juhos
4
-48
/
+38
2009-01-29
ath9k: convert to struct device
Gabor Juhos
5
-27
/
+35
2009-01-29
ath9k: Use a defined value for pci_set_power_state()
Jouni Malinen
1
-1
/
+1
2009-01-29
ath9k: Fix basic connectivity issue
Vasanthakumar Thiagarajan
1
-1
/
+5
2009-01-29
ath9k: Setup MFP options for CCMP
Jouni Malinen
5
-0
/
+36
2009-01-29
ath9k: Fix set_key error codes
Jouni Malinen
1
-2
/
+2
2009-01-29
mac80211: clean up channel type config
Johannes Berg
1
-3
/
+2
2009-01-29
ath9k: Enable Bluetooth Coexistence support
Vasanthakumar Thiagarajan
4
-2
/
+55
2009-01-29
ath9k: use signed format to print HAL status
Gabor Juhos
1
-1
/
+1
2009-01-29
mac80211: clean up set_key callback
Johannes Berg
1
-6
/
+12
2009-01-29
ath9k: INI update for Atheros AR9280 and AR9285 chipset.
Senthil Balasubramanian
5
-302
/
+337
2009-01-29
ath9k: fix sparse warnings
Luis R. Rodriguez
2
-12
/
+12
2009-01-29
ath9k: remove superfluous check on changing channel
Luis R. Rodriguez
1
-46
/
+41
2009-01-29
ath9k: remove ath9k_hw_check_chan()
Luis R. Rodriguez
1
-25
/
+1
2009-01-29
ath9k: remove ath9k_hw_chan2wmode()
Luis R. Rodriguez
1
-27
/
+19
2009-01-29
ath9k: remove mode specific default noise floor values
Luis R. Rodriguez
1
-6
/
+3
2009-01-29
ath9k: Make ANI CCK and OFDM error triggers band specific
Luis R. Rodriguez
1
-8
/
+4
2009-01-29
ath9k: make use of conf_is_ht*() in the rest of the driver
Luis R. Rodriguez
3
-7
/
+6
2009-01-29
ath9k: use ieee80211_conf on ath9k_hw_iscal_supported()
Luis R. Rodriguez
3
-42
/
+27
2009-01-29
ath9k: make request to get the noisefloor threshold band specific
Luis R. Rodriguez
3
-14
/
+10
2009-01-29
ath9k: consolidate arguments on hw reset
Luis R. Rodriguez
4
-127
/
+74
2009-01-29
ath9k: Rename ath_setcurmode() to ath_cache_conf_rate()
Luis R. Rodriguez
1
-4
/
+6
2009-01-29
ath9k: remove cache of rate preference when using 11g protection
Luis R. Rodriguez
3
-14
/
+13
2009-01-29
ath9k: use hw->conf on ath_setcurmode()
Luis R. Rodriguez
1
-32
/
+40
2009-01-16
ath9k: Fix an operator typo in REG_DOMAIN_2GHZ_MASK
Jouni Malinen
1
-1
/
+1
2009-01-16
ath9k: Fix an operator typo in phy rate validation
Jouni Malinen
1
-1
/
+1
2009-01-12
ath9k: Revert fix to TX status reporting for retries and MCS index
Jouni Malinen
1
-9
/
+1
2009-01-12
ath9k: Fix incorrect sequence numbering for unaggregated QoS Frame.
Senthil Balasubramanian
1
-21
/
+17
2009-01-12
ath9k: Fix chainmask handling bug
Sujith
1
-2
/
+2
2009-01-12
ath9k: Enforce module build if rfkill is a module
Jouni Malinen
1
-0
/
+1
2008-12-26
drivers/net/wireless/ath9k: fix sparse warnings: make symbols static
Hannes Eder
1
-30
/
+32
2008-12-19
ath9k: Fixed RX decryption status reporting
Jouni Malinen
1
-14
/
+12
2008-12-19
ath9k: Fix key cache slot selection for splitmic
Jouni Malinen
1
-2
/
+2
2008-12-19
ath9k: Protect config() callback with a mutex
Sujith
2
-0
/
+6
2008-12-19
ath9k: Key cache allocation for AP mode
Jouni Malinen
1
-68
/
+132
2008-12-19
ath9k: Fix a NULL pointer dereference in ath_rate_get
Jouni Malinen
1
-1
/
+2
2008-12-19
ath9k: Move rate control alg register/unregister to appropriate place
Vasanthakumar Thiagarajan
1
-16
/
+14
2008-12-19
ath9k: Synchronize DMA transfer with CPU at right place
Vasanthakumar Thiagarajan
1
-4
/
+10
2008-12-19
ath9k: Remove MAC header pad before reporting TX status
Jouni Malinen
1
-0
/
+12
2008-12-19
ath9k: Fix TX status reporting for retries and MCS index
Jouni Malinen
1
-1
/
+9
2008-12-19
ath9k: Report HT rates in RX status
Jouni Malinen
1
-35
/
+26
2008-12-19
ath9k: Do not use association state to update rate table
Sujith
1
-2
/
+1
2008-12-19
mac80211: Fix HT channel selection
Sujith
1
-94
/
+29
[prev]
[next]