aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/ar5008_phy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-07ath9k_hw: use the devres API for allocationsFelix Fietkau1-35/+15
2012-06-22ath9k_hw: rename mrcCCKOff to fix smatch warningRajkumar Manoharan1-2/+2
2012-06-20ath9k_hw: clean up defines and variables from the ANI implementation splitFelix Fietkau1-10/+10
2012-06-20ath9k_hw: remove the old ANI implementationFelix Fietkau1-140/+2
2012-06-20ath9k_hw: remove confusing logic inversion in an ANI variableFelix Fietkau1-9/+9
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-04-23ath9k_hw: fix and clean up PHY activation delayFelix Fietkau1-15/+2
2012-04-23ath9k: add an extra boolean parameter to ath9k_hw_apply_txpowerGabor Juhos1-1/+1
2012-04-12ath9k: remove dead codeZefir Kurtisi1-1/+0
2012-04-09ath9k_hw: improve ANI processing and rx desensitizing parametersRajkumar Manoharan1-38/+0
2012-03-15ath9k: inline AR9271 1.0 INI overridesFelix Fietkau1-3/+4
2012-03-15ath9k_hw: remove iniModes_*_tx_gain_9271Felix Fietkau1-9/+0
2012-03-15ath9k_hw: clean up iniModesAdditionalFelix Fietkau1-3/+2
2012-02-21ath9k_hw: prevent writes to const data on AR9160Felix Fietkau1-24/+1
2011-12-19ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOOJoe Perches1-23/+19
2011-10-11ath9k_hw: clean up tx power handlingFelix Fietkau1-10/+1
2011-09-19ath9k_hw: remove ar9100_hw_compute_pll_controlFelix Fietkau1-11/+1
2011-09-19ath9k_hw: fix setting the hardware diversity flagFelix Fietkau1-11/+3
2011-09-19ath9k_hw: remove dead code in the eeprom opsFelix Fietkau1-1/+2
2011-09-19ath9k_hw: clean up hardware revision checksFelix Fietkau1-2/+1
2011-07-11ath9k_hw: fix synth delay for half/quarter channelsFelix Fietkau1-0/+5
2011-05-24Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-1/+1
2011-05-19ath9k: Drag the driver to the year 2011Sujith Manoharan1-1/+1
2011-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-7/+38
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-30ath9k_hw: turn a few big macros into functionsFelix Fietkau1-5/+33
2011-03-30ath9k_hw: Speedup register ops for HTC driverRajkumar Manoharan1-2/+5
2010-12-20ath9k_hw: remove baseband rfsilent supportFelix Fietkau1-13/+0
2010-12-07ath: Convert ath_print to ath_dbgJoe Perches1-103/+84
2010-12-07ath: Convert ath_print(.., ATH_DBG_FATAL to ath_errJoe Perches1-8/+4
2010-11-22ath9k: Use static constJoe Perches1-15/+17
2010-11-17ath9k_hw: set default values for radar pulse detectionFelix Fietkau1-0/+15
2010-11-16ath9k_hw: add a private op for configuring radar pulse detectionFelix Fietkau1-0/+32
2010-11-15bitops: Provide generic sign_extend32 functionAndreas Herrmann1-6/+6
2010-11-15ath9k_hw: extend ath9k_hw_set_txpowerlimit to test channel txpowerFelix Fietkau1-1/+1
2010-10-06ath9k_hw: clean up ANI state handlingFelix Fietkau1-7/+3
2010-10-06ath9k_hw: clean up register write bufferingFelix Fietkau1-7/+2
2010-10-06ath9k_hw: merge codepaths that access the cycle counter registersFelix Fietkau1-7/+2
2010-09-27ath9k_hw: simplify revision checks for AR9287Felix Fietkau1-3/+3
2010-09-27ath9k_hw: simplify revision checks for AR9285Felix Fietkau1-1/+1
2010-09-27ath9k_hw: simplify revision checks for AR9280Felix Fietkau1-7/+7
2010-07-26ath9k_hw: fix invalid extension channel noisefloor readings in HT20Felix Fietkau1-0/+3
2010-07-12ath9k: merge noisefloor load implementationsFelix Fietkau1-72/+9
2010-07-02ath9k_hw: clean up the noise floor calibration code to reduce code duplicationFelix Fietkau1-31/+6
2010-07-02ath9k_hw: sanitize noise floor values properly on all chipsFelix Fietkau1-0/+11
2010-06-14ath9k: add new ANI implementation for AR9003Luis R. Rodriguez1-4/+357
2010-06-03ath9k_hw: Fix async fifo for AR9287Sujith1-11/+0
2010-04-27ath9k_hw: fix fast clock handling for 5GHz channelsFelix Fietkau1-3/+2
2010-04-16ath9k_hw: Use buffered register writesSujith1-0/+28
2010-04-16ath9k_hw: abstract loading noisefloorLuis R. Rodriguez1-0/+67