aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath9k
AgeCommit message (Expand)AuthorFilesLines
2009-01-29ath9k: fix ar5416Addac_9100 valuesGabor Juhos1-1/+1
2009-01-29ath9k: remove (u16) casts from rtc register accessGabor Juhos2-9/+9
2009-01-29ath9k: get EEPROM contents from platform data on AHB busGabor Juhos4-48/+49
2009-01-29ath9k: introduce platform driver for AHB bus supportGabor Juhos4-0/+179
2009-01-29ath9k: move PCI code into separate fileGabor Juhos4-279/+328
2009-01-29ath9k: introduce bus specific cleanup routineGabor Juhos2-14/+30
2009-01-29ath9k: introduce bus specific cache size routineGabor Juhos2-2/+17
2009-01-29ath9k: convert to use bus-agnostic DMA routinesGabor Juhos4-48/+38
2009-01-29ath9k: convert to struct deviceGabor Juhos5-27/+35
2009-01-29ath9k: Use a defined value for pci_set_power_state()Jouni Malinen1-1/+1
2009-01-29ath9k: Fix basic connectivity issueVasanthakumar Thiagarajan1-1/+5
2009-01-29ath9k: Setup MFP options for CCMPJouni Malinen5-0/+36
2009-01-29ath9k: 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 Thiagarajan4-2/+55
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: INI update for Atheros AR9280 and AR9285 chipset.Senthil Balasubramanian5-302/+337
2009-01-29ath9k: fix sparse warningsLuis R. Rodriguez2-12/+12
2009-01-29ath9k: remove superfluous check on changing channelLuis R. Rodriguez1-46/+41
2009-01-29ath9k: remove ath9k_hw_check_chan()Luis R. Rodriguez1-25/+1
2009-01-29ath9k: remove ath9k_hw_chan2wmode()Luis R. Rodriguez1-27/+19
2009-01-29ath9k: remove mode specific default noise floor valuesLuis R. Rodriguez1-6/+3
2009-01-29ath9k: Make ANI CCK and OFDM error triggers band specificLuis R. Rodriguez1-8/+4
2009-01-29ath9k: make use of conf_is_ht*() in the rest of the driverLuis R. Rodriguez3-7/+6
2009-01-29ath9k: use ieee80211_conf on ath9k_hw_iscal_supported()Luis R. Rodriguez3-42/+27
2009-01-29ath9k: make request to get the noisefloor threshold band specificLuis R. Rodriguez3-14/+10
2009-01-29ath9k: consolidate arguments on hw resetLuis R. Rodriguez4-127/+74
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. Rodriguez3-14/+13
2009-01-29ath9k: use hw->conf on ath_setcurmode()Luis R. Rodriguez1-32/+40
2009-01-16ath9k: Fix an operator typo in REG_DOMAIN_2GHZ_MASKJouni Malinen1-1/+1
2009-01-16ath9k: Fix an operator typo in phy rate validationJouni Malinen1-1/+1
2009-01-12ath9k: Revert fix to TX status reporting for retries and MCS indexJouni Malinen1-9/+1
2009-01-12ath9k: Fix incorrect sequence numbering for unaggregated QoS Frame.Senthil Balasubramanian1-21/+17
2009-01-12ath9k: Fix chainmask handling bugSujith1-2/+2
2009-01-12ath9k: Enforce module build if rfkill is a moduleJouni Malinen1-0/+1
2008-12-26drivers/net/wireless/ath9k: fix sparse warnings: make symbols staticHannes Eder1-30/+32
2008-12-19ath9k: Fixed RX decryption status reportingJouni Malinen1-14/+12
2008-12-19ath9k: Fix key cache slot selection for splitmicJouni Malinen1-2/+2
2008-12-19ath9k: Protect config() callback with a mutexSujith2-0/+6
2008-12-19ath9k: Key cache allocation for AP modeJouni Malinen1-68/+132
2008-12-19ath9k: Fix a NULL pointer dereference in ath_rate_getJouni Malinen1-1/+2
2008-12-19ath9k: Move rate control alg register/unregister to appropriate placeVasanthakumar Thiagarajan1-16/+14
2008-12-19ath9k: Synchronize DMA transfer with CPU at right placeVasanthakumar Thiagarajan1-4/+10
2008-12-19ath9k: Remove MAC header pad before reporting TX statusJouni Malinen1-0/+12
2008-12-19ath9k: Fix TX status reporting for retries and MCS indexJouni Malinen1-1/+9
2008-12-19ath9k: Report HT rates in RX statusJouni Malinen1-35/+26
2008-12-19ath9k: Do not use association state to update rate tableSujith1-2/+1
2008-12-19mac80211: Fix HT channel selectionSujith1-94/+29