aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/ar5008_phy.c
Commit message (Expand)AuthorAgeFilesLines
* ath9k_hw: prevent writes to const data on AR9160Felix Fietkau2012-03-121-24/+1
* Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next...John W. Linville2011-05-241-1/+1
|\
| * ath9k: Drag the driver to the year 2011Sujith Manoharan2011-05-191-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-04-121-7/+38
|\ \ | |/
| * ath9k_hw: turn a few big macros into functionsFelix Fietkau2011-03-301-5/+33
| * ath9k_hw: Speedup register ops for HTC driverRajkumar Manoharan2011-03-301-2/+5
* | Fix common misspellingsLucas De Marchi2011-03-311-1/+1
|/
* ath9k_hw: remove baseband rfsilent supportFelix Fietkau2010-12-201-13/+0
* ath: Convert ath_print to ath_dbgJoe Perches2010-12-071-103/+84
* ath: Convert ath_print(.., ATH_DBG_FATAL to ath_errJoe Perches2010-12-071-8/+4
* ath9k: Use static constJoe Perches2010-11-221-15/+17
* ath9k_hw: set default values for radar pulse detectionFelix Fietkau2010-11-171-0/+15
* ath9k_hw: add a private op for configuring radar pulse detectionFelix Fietkau2010-11-161-0/+32
* bitops: Provide generic sign_extend32 functionAndreas Herrmann2010-11-151-6/+6
* ath9k_hw: extend ath9k_hw_set_txpowerlimit to test channel txpowerFelix Fietkau2010-11-151-1/+1
* ath9k_hw: clean up ANI state handlingFelix Fietkau2010-10-061-7/+3
* ath9k_hw: clean up register write bufferingFelix Fietkau2010-10-061-7/+2
* ath9k_hw: merge codepaths that access the cycle counter registersFelix Fietkau2010-10-061-7/+2
* ath9k_hw: simplify revision checks for AR9287Felix Fietkau2010-09-271-3/+3
* ath9k_hw: simplify revision checks for AR9285Felix Fietkau2010-09-271-1/+1
* ath9k_hw: simplify revision checks for AR9280Felix Fietkau2010-09-271-7/+7
* ath9k_hw: fix invalid extension channel noisefloor readings in HT20Felix Fietkau2010-07-261-0/+3
* ath9k: merge noisefloor load implementationsFelix Fietkau2010-07-121-72/+9
* ath9k_hw: clean up the noise floor calibration code to reduce code duplicationFelix Fietkau2010-07-021-31/+6
* ath9k_hw: sanitize noise floor values properly on all chipsFelix Fietkau2010-07-021-0/+11
* ath9k: add new ANI implementation for AR9003Luis R. Rodriguez2010-06-141-4/+357
* ath9k_hw: Fix async fifo for AR9287Sujith2010-06-031-11/+0
* ath9k_hw: fix fast clock handling for 5GHz channelsFelix Fietkau2010-04-271-3/+2
* ath9k_hw: Use buffered register writesSujith2010-04-161-0/+28
* ath9k_hw: abstract loading noisefloorLuis R. Rodriguez2010-04-161-0/+67
* ath9k_hw: Split out the function for reading the noise floorFelix Fietkau2010-04-161-0/+50
* ath9k_hw: Split off ANI control to the PHY opsFelix Fietkau2010-04-161-0/+184
* ath9k_hw: add a private callback for PLL control computationLuis R. Rodriguez2010-04-161-0/+55
* ath9k_hw: Move some RF ops to the private callbacksLuis R. Rodriguez2010-04-161-0/+991