summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/hw.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-23ath9k: Initialize txgain and rxgain for newer AR9287 chipsets.Vivek Natarajan1-2/+2
2009-09-23ath9k: Disable autosleep feature by default.Vivek Natarajan1-9/+1
2009-09-23ath9k: Fix AHB reset for AR9280Vivek Natarajan1-1/+1
2009-09-23ath9k: Do a full reset for AR9280Vasanthakumar Thiagarajan1-2/+2
2009-09-23ath9k: Don't read NF when chip has gone through full sleep modeVasanthakumar Thiagarajan1-1/+1
2009-09-23ath9k: Fix rx data corruptionVasanthakumar Thiagarajan1-0/+9
2009-09-23ath9k: Restore TSF after RESETSujith1-0/+9
2009-09-23ath9k: Revamp PCIE workaroundsVivek Natarajan1-66/+96
2009-09-09ath9k: Initialize the priority gpio for BT coex 3-wireVasanthakumar Thiagarajan1-2/+4
2009-09-09ath9k: Get rid of the modparam btcoex_enableVasanthakumar Thiagarajan1-4/+0
2009-09-09ath9k: Enable btcoex based on the subsystem id of the deviceVasanthakumar Thiagarajan1-1/+2
2009-09-09ath9k: Disable ASPM when btcoex is activeVasanthakumar Thiagarajan1-0/+14
2009-09-09ath9k: Fix RX Filter handling for BARSujith1-1/+2
2009-08-31ath9k: Do an AHB reset before doing RTC resetVasanthakumar Thiagarajan1-0/+7
2009-08-28ath9k: Add Bluetooth Coexistence 3-wire supportVasanthakumar Thiagarajan1-1/+1
2009-08-28ath9k: Add infrastructure for generic hw timersVasanthakumar Thiagarajan1-0/+212
2009-08-28ath9k: Remove hw capability bit meant for btcoexVasanthakumar Thiagarajan1-1/+0
2009-08-28ath9k: Determine btcoex scheme type based on chip versionVasanthakumar Thiagarajan1-2/+10
2009-08-28ath9k: Move btcoex related data to a separate structVasanthakumar Thiagarajan1-2/+2
2009-08-28ath9k: Configure btcoex register during every resetVasanthakumar Thiagarajan1-0/+3
2009-08-28ath9k: Move btcoex stuff from hw.[ch] to new btcoex.[ch]Vasanthakumar Thiagarajan1-42/+0
2009-08-28ath9k: Split ath9k_hw_btcoex_enable() into two logical piecesVasanthakumar Thiagarajan1-1/+16
2009-08-20ath: move regulatory info into shared common structureLuis R. Rodriguez1-22/+31
2009-08-20ath9k: Updates for AR9287_12 version of chipset.Vivek Natarajan1-3/+3
2009-08-20ath9k: Set AR_WA for AR9287 as it improves consistency in throughput.Vivek Natarajan1-1/+1
2009-08-20ath9k: Add open loop power control support for AR9287.Vivek Natarajan1-5/+15
2009-08-14ath9k: Remove duplicate variablesSujith1-5/+2
2009-08-14ath9k: Cleanup function return typesSujith1-3/+1
2009-08-05ath9k: add initial hardware support for ar9271Luis R. Rodriguez1-6/+98
2009-08-05ath9k: remove spurious check for channel on keycache resetLuis R. Rodriguez1-3/+0
2009-08-05ath9k: call ath9k_hw_detach() once upon hw init failureLuis R. Rodriguez1-16/+8
2009-08-05ath9k: set ah to null after freeingLuis R. Rodriguez1-0/+1
2009-08-05ath9k: rename ath9k_hw_ani_detach() to ath9k_hw_ani_disable()Luis R. Rodriguez1-1/+1
2009-08-05ath9k: rename ath9k_hw_rfdetach() to ath9k_hw_rf_free()Luis R. Rodriguez1-1/+1
2009-08-05ath9k: describe hw initialization betterLuis R. Rodriguez1-6/+6
2009-08-05ath9k: break up hw initialization into a few more helpersLuis R. Rodriguez1-67/+87
2009-08-05ath9k: rename ath9k_hw_set_defaults() to ath9k_hw_init_config()Luis R. Rodriguez1-2/+2
2009-08-05ath9k: rename ath9k_hw_newstate() to ath9k_hw_init_defaults()Luis R. Rodriguez1-2/+2
2009-08-05ath9k: move hw macrevision checker to helperLuis R. Rodriguez1-10/+18
2009-08-05ath9k: pass only one argument to hw attachLuis R. Rodriguez1-6/+6
2009-08-05ath9k: call hw initializer directlyLuis R. Rodriguez1-22/+26
2009-08-05ath9k: move devid cache setting to ath_init()Luis R. Rodriguez1-9/+6
2009-08-05ath9k: move memory allocation of ath_hw to ath_init()Luis R. Rodriguez1-45/+20
2009-08-05ath9k: propagate hw initialization errorsLuis R. Rodriguez1-1/+1
2009-08-05ath9k: use a switch for revising supported hw mac revisionsLuis R. Rodriguez1-7/+10
2009-08-05ath9k: remove usage of AR_SREV_*() wrapper to detect supported hwLuis R. Rodriguez1-2/+4
2009-08-05ath9k: Remove unused ath9k_hw_intrget()Vasanthakumar Thiagarajan1-5/+0
2009-07-29ath9k: get rid of unnecessary setpower callsGabor Juhos1-2/+6
2009-07-29ath9k: fix race with IEEE80211_CONF_PS checksGabor Juhos1-10/+7
2009-07-27ath9k: Add support for AR9287 based chipsets.Vivek Natarajan1-14/+96