aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath9k
AgeCommit message (Expand)AuthorFilesLines
2009-03-05ath9k: Fix hw crypto configuration for TKIP in AP modeJouni Malinen1-5/+13
2009-03-05ath9k: Remove ununsed ack duration stuff with long/short preambleVasanthakumar Thiagarajan2-29/+0
2009-03-05ath9k: Configure Power control register appropriately for h/w with 4k eepromVasanthakumar Thiagarajan1-2/+1
2009-03-05ath9k: Add module parameter to disable hardware cryptoJouni Malinen1-1/+8
2009-02-27ath9k: Unlock sc->mutex on error pathJouni Malinen1-0/+1
2009-02-27ath9k: fix 802.11g conformance test limit typoBob Copeland1-1/+1
2009-02-27ath9k: follow beacon hints on reg_notifier when world roamingLuis R. Rodriguez1-32/+61
2009-02-27cfg80211: move all regulatory hints to workqueueLuis R. Rodriguez1-2/+6
2009-02-27ath9k: Add appropriate ANI values for AP modeSujith2-22/+17
2009-02-27ath9k: Fix PCI shutdown sequenceSujith1-2/+2
2009-02-27ath9k: Fix bug in EEPROM chainmask retrievalSujith1-8/+5
2009-02-27ath9k: Add PER to RC debug statisticsSujith3-10/+14
2009-02-27ath9k: Remove multiple macro occurrencesSujith4-6/+3
2009-02-27ath9k: Don't reset TSF after scanning automaticallyAlina Friedrichsen1-2/+3
2009-02-27ath9k: Filter out beacons from other BSS in STA modeVasanthakumar Thiagarajan2-6/+8
2009-02-27ath9k: Fix PTK/GTK handshake timeoutVasanthakumar Thiagarajan1-1/+2
2009-02-27ath9k: Use beacon interval directlySujith1-17/+2
2009-02-27ath9k: Remove ath_txq_depth and get the queue depth directlySujith1-7/+2
2009-02-27ath9k: Remove a few unused capability macrosSujith2-33/+0
2009-02-27ath9k: Initialize channel change timeSujith1-0/+1
2009-02-27ath9k: Fix antenna assignment bug in TX status processingSujith1-1/+1
2009-02-27ath9k: Fix HW wait timeoutSujith6-18/+41
2009-02-27ath9k: Program the RTC registers correctlySujith2-2/+14
2009-02-27ath9k: move common regulatory code out of if() branchesBob Copeland1-12/+8
2009-02-27ath9k: remove prototype for ath9k_regd_get_current_countryBob Copeland1-2/+0
2009-02-27ath9k: remove ath9k_regd_get_rd()Bob Copeland2-6/+0
2009-02-27ath9k: convert isWwrSKU macro into C codeBob Copeland2-7/+9
2009-02-27ath9k: save a few calls to ath9k_regd_get_eepromRDBob Copeland1-8/+5
2009-02-27ath9k: remove write-only current_rd_inuseBob Copeland2-2/+0
2009-02-27ath9k: Add open loop control supportSenthil Balasubramanian7-39/+277
2009-02-27ath9k: Decrease minimum NF thresholdSujith1-1/+1
2009-02-27ath9k: Fix incorrect noise floor reading for 4k EEPROMSujith1-1/+1
2009-02-27ath9k: Fix bug in disabling MIB countersSujith1-4/+3
2009-02-27ath9k: Initialize AGC calibration properlySujith2-0/+35
2009-02-27ath9k: Enable TSF Out of Range InterruptSujith5-7/+27
2009-02-27ath9k: Enable Fractional N modeSujith4-15/+35
2009-02-27ath9k: Fix rd_ext EEPROM capability for AR9285Sujith2-1/+14
2009-02-27ath9k: Store the correct max TX power levelSujith2-0/+18
2009-02-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-7/+17
2009-02-23ath9k: Fix panic upon attach failureVasanthakumar Thiagarajan1-7/+17
2009-02-17drivers/net/wireless/ath9k: fix sparse warnings: Should it be static?Hannes Eder1-4/+4
2009-02-13ath9k: add udelay() for AR5416 on ath9k_hw_configpcipowersave()Luis R. Rodriguez1-2/+2
2009-02-13ath9k: add comments for ath9k_hw_configpcipowersave()Luis R. Rodriguez1-0/+35
2009-02-13ath9k: Remove all the useless ah_ variable prefixesSujith18-838/+834
2009-02-13ath9k: Cleanup EEPROM operationsSujith6-1492/+1453
2009-02-13ath9k: Add callbacks hooks for EEPROM operationsSujith1-0/+17
2009-02-13ath9k: Merge ath_hal and ath_hal_5416 structuresSujith22-1107/+954
2009-02-13ath9k: Remove duplicate variablesSujith5-76/+38
2009-02-13ath9k: Move regulatory information to a separate structureSujith6-61/+66
2009-02-13ath9k: Store HW version information in a separate structureSujith6-73/+84