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-03-05
ath9k: Fix hw crypto configuration for TKIP in AP mode
Jouni Malinen
1
-5
/
+13
2009-03-05
ath9k: Remove ununsed ack duration stuff with long/short preamble
Vasanthakumar Thiagarajan
2
-29
/
+0
2009-03-05
ath9k: Configure Power control register appropriately for h/w with 4k eeprom
Vasanthakumar Thiagarajan
1
-2
/
+1
2009-03-05
ath9k: Add module parameter to disable hardware crypto
Jouni Malinen
1
-1
/
+8
2009-02-27
ath9k: Unlock sc->mutex on error path
Jouni Malinen
1
-0
/
+1
2009-02-27
ath9k: fix 802.11g conformance test limit typo
Bob Copeland
1
-1
/
+1
2009-02-27
ath9k: follow beacon hints on reg_notifier when world roaming
Luis R. Rodriguez
1
-32
/
+61
2009-02-27
cfg80211: move all regulatory hints to workqueue
Luis R. Rodriguez
1
-2
/
+6
2009-02-27
ath9k: Add appropriate ANI values for AP mode
Sujith
2
-22
/
+17
2009-02-27
ath9k: Fix PCI shutdown sequence
Sujith
1
-2
/
+2
2009-02-27
ath9k: Fix bug in EEPROM chainmask retrieval
Sujith
1
-8
/
+5
2009-02-27
ath9k: Add PER to RC debug statistics
Sujith
3
-10
/
+14
2009-02-27
ath9k: Remove multiple macro occurrences
Sujith
4
-6
/
+3
2009-02-27
ath9k: Don't reset TSF after scanning automatically
Alina Friedrichsen
1
-2
/
+3
2009-02-27
ath9k: Filter out beacons from other BSS in STA mode
Vasanthakumar Thiagarajan
2
-6
/
+8
2009-02-27
ath9k: Fix PTK/GTK handshake timeout
Vasanthakumar Thiagarajan
1
-1
/
+2
2009-02-27
ath9k: Use beacon interval directly
Sujith
1
-17
/
+2
2009-02-27
ath9k: Remove ath_txq_depth and get the queue depth directly
Sujith
1
-7
/
+2
2009-02-27
ath9k: Remove a few unused capability macros
Sujith
2
-33
/
+0
2009-02-27
ath9k: Initialize channel change time
Sujith
1
-0
/
+1
2009-02-27
ath9k: Fix antenna assignment bug in TX status processing
Sujith
1
-1
/
+1
2009-02-27
ath9k: Fix HW wait timeout
Sujith
6
-18
/
+41
2009-02-27
ath9k: Program the RTC registers correctly
Sujith
2
-2
/
+14
2009-02-27
ath9k: move common regulatory code out of if() branches
Bob Copeland
1
-12
/
+8
2009-02-27
ath9k: remove prototype for ath9k_regd_get_current_country
Bob Copeland
1
-2
/
+0
2009-02-27
ath9k: remove ath9k_regd_get_rd()
Bob Copeland
2
-6
/
+0
2009-02-27
ath9k: convert isWwrSKU macro into C code
Bob Copeland
2
-7
/
+9
2009-02-27
ath9k: save a few calls to ath9k_regd_get_eepromRD
Bob Copeland
1
-8
/
+5
2009-02-27
ath9k: remove write-only current_rd_inuse
Bob Copeland
2
-2
/
+0
2009-02-27
ath9k: Add open loop control support
Senthil Balasubramanian
7
-39
/
+277
2009-02-27
ath9k: Decrease minimum NF threshold
Sujith
1
-1
/
+1
2009-02-27
ath9k: Fix incorrect noise floor reading for 4k EEPROM
Sujith
1
-1
/
+1
2009-02-27
ath9k: Fix bug in disabling MIB counters
Sujith
1
-4
/
+3
2009-02-27
ath9k: Initialize AGC calibration properly
Sujith
2
-0
/
+35
2009-02-27
ath9k: Enable TSF Out of Range Interrupt
Sujith
5
-7
/
+27
2009-02-27
ath9k: Enable Fractional N mode
Sujith
4
-15
/
+35
2009-02-27
ath9k: Fix rd_ext EEPROM capability for AR9285
Sujith
2
-1
/
+14
2009-02-27
ath9k: Store the correct max TX power level
Sujith
2
-0
/
+18
2009-02-25
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
David S. Miller
1
-7
/
+17
2009-02-23
ath9k: Fix panic upon attach failure
Vasanthakumar Thiagarajan
1
-7
/
+17
2009-02-17
drivers/net/wireless/ath9k: fix sparse warnings: Should it be static?
Hannes Eder
1
-4
/
+4
2009-02-13
ath9k: add udelay() for AR5416 on ath9k_hw_configpcipowersave()
Luis R. Rodriguez
1
-2
/
+2
2009-02-13
ath9k: add comments for ath9k_hw_configpcipowersave()
Luis R. Rodriguez
1
-0
/
+35
2009-02-13
ath9k: Remove all the useless ah_ variable prefixes
Sujith
18
-838
/
+834
2009-02-13
ath9k: Cleanup EEPROM operations
Sujith
6
-1492
/
+1453
2009-02-13
ath9k: Add callbacks hooks for EEPROM operations
Sujith
1
-0
/
+17
2009-02-13
ath9k: Merge ath_hal and ath_hal_5416 structures
Sujith
22
-1107
/
+954
2009-02-13
ath9k: Remove duplicate variables
Sujith
5
-76
/
+38
2009-02-13
ath9k: Move regulatory information to a separate structure
Sujith
6
-61
/
+66
2009-02-13
ath9k: Store HW version information in a separate structure
Sujith
6
-73
/
+84
[prev]
[next]