summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath9k/main.c
AgeCommit message (Expand)AuthorFilesLines
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-27cfg80211: move all regulatory hints to workqueueLuis R. Rodriguez1-2/+6
2009-02-27ath9k: Add appropriate ANI values for AP modeSujith1-15/+12
2009-02-27ath9k: Initialize channel change timeSujith1-0/+1
2009-02-27ath9k: move common regulatory code out of if() branchesBob Copeland1-12/+8
2009-02-27ath9k: Enable TSF Out of Range InterruptSujith1-4/+11
2009-02-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-7/+17
2009-02-23ath9k: Fix panic upon attach failureVasanthakumar Thiagarajan1-7/+17
2009-02-13ath9k: Remove all the useless ah_ variable prefixesSujith1-46/+46
2009-02-13ath9k: Merge ath_hal and ath_hal_5416 structuresSujith1-11/+11
2009-02-13ath9k: Remove duplicate variablesSujith1-11/+13
2009-02-13ath9k: Move regulatory information to a separate structureSujith1-1/+1
2009-02-13ath9k: Remove all the sc_ prefixesSujith1-151/+151
2009-02-13ath9k: Header file cleanupSujith1-3/+1
2009-02-11ath9k: Remove all the redundant internal buffer typesSujith1-1/+0
2009-02-11ath9k: Lock mac80211 callbacks with a mutexSujith1-14/+46
2009-02-09ath9k: fix led namingDanny Kukawka1-5/+5
2009-02-09ath9k: Fix LED blink patternVasanthakumar Thiagarajan1-6/+46
2009-02-09ath9k: Enable MIB and TIM interrupts for station mode.Vivek Natarajan1-19/+21
2009-01-30ath9k: Setup short preamble properly in rate registrationSujith1-0/+6
2009-01-30ath9k: Reconfigure beacons on getting a notification from mac80211Sujith1-16/+19
2009-01-30ath9k: Handle chainmask for A9280Sujith1-0/+1
2009-01-30ath9k: remove useless ath9k driver version informationLuis R. Rodriguez1-4/+3
2009-01-30mac80211: Generic TSF debuggingAlina Friedrichsen1-0/+9
2009-01-30ath9k: Fix MCS rates registration bug for AR9285Sujith1-5/+18
2009-01-30ath9k: simplify regulatory codeLuis R. Rodriguez1-121/+142
2009-01-30ath9k: Enable dynamic power save in ath9k.Vivek Natarajan1-1/+38
2009-01-30ath9k: Merge queue draining functionsSujith1-4/+4
2009-01-30ath9k: introduce platform driver for AHB bus supportGabor Juhos1-0/+10
2009-01-30ath9k: move PCI code into separate fileGabor Juhos1-278/+22
2009-01-30ath9k: introduce bus specific cleanup routineGabor Juhos1-14/+23
2009-01-30ath9k: introduce bus specific cache size routineGabor Juhos1-2/+7
2009-01-30ath9k: convert to use bus-agnostic DMA routinesGabor Juhos1-7/+6
2009-01-30ath9k: convert to struct deviceGabor Juhos1-10/+11
2009-01-30ath9k: Use a defined value for pci_set_power_state()Jouni Malinen1-1/+1
2009-01-30ath9k: Setup MFP options for CCMPJouni Malinen1-0/+5
2009-01-30ath9k: Fix set_key error codesJouni Malinen1-2/+2
2009-01-29mac80211: clean up channel type configJohannes Berg1-3/+2
2009-01-29ath9k: Enable Bluetooth Coexistence supportVasanthakumar Thiagarajan1-2/+7
2009-01-29ath9k: use signed format to print HAL statusGabor Juhos1-1/+1
2009-01-29mac80211: clean up set_key callbackJohannes Berg1-6/+12
2009-01-29ath9k: remove superfluous check on changing channelLuis R. Rodriguez1-46/+41
2009-01-29ath9k: make use of conf_is_ht*() in the rest of the driverLuis R. Rodriguez1-4/+3
2009-01-29ath9k: use ieee80211_conf on ath9k_hw_iscal_supported()Luis R. Rodriguez1-2/+1
2009-01-29ath9k: make request to get the noisefloor threshold band specificLuis R. Rodriguez1-0/+2
2009-01-29ath9k: consolidate arguments on hw resetLuis R. Rodriguez1-68/+42
2009-01-29ath9k: Rename ath_setcurmode() to ath_cache_conf_rate()Luis R. Rodriguez1-4/+6
2009-01-29ath9k: remove cache of rate preference when using 11g protectionLuis R. Rodriguez1-10/+3
2009-01-29ath9k: use hw->conf on ath_setcurmode()Luis R. Rodriguez1-32/+40