aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/calib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-19ath9k: preserve caldata history buffer across scanningRajkumar Manoharan1-3/+2
2010-12-07ath: Convert ath_print to ath_dbgJoe Perches1-30/+29
2010-10-06ath9k_hw: clean up register write bufferingFelix Fietkau1-1/+0
2010-10-06ath9k_hw: clean up calibration flagsFelix Fietkau1-1/+1
2010-10-05ath9k_hw: keep calibrated noise floor values per channelFelix Fietkau1-20/+20
2010-08-16ath9k: use AP beacon miss as a trigger for fast recalibrationFelix Fietkau1-4/+62
2010-08-16ath9k_hw: apply the noise floor validation to the median instead of singleFelix Fietkau1-19/+32
2010-08-04ath9k_hw: fix a noise floor calibration related race conditionFelix Fietkau1-7/+8
2010-08-04ath9k_hw: clean up per-channel calibration dataFelix Fietkau1-48/+51
2010-08-04ath9k_hw: clean up and fix initial noise floor calibrationFelix Fietkau1-2/+8
2010-07-26ath9k_hw: simplify noisefloor calibration chainmask calculationFelix Fietkau1-18/+1
2010-07-26ath9k_hw: fix a small typo in the noisefloor calibration debug codeFelix Fietkau1-1/+1
2010-07-12ath9k: merge noisefloor load implementationsFelix Fietkau1-0/+94
2010-07-02ath9k_hw: clean up the noise floor calibration code to reduce code duplicationFelix Fietkau1-0/+4
2010-07-02ath9k_hw: sanitize noise floor values properly on all chipsFelix Fietkau1-18/+39
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-1/+0
2010-04-16ath9k_hw: abstract loading noisefloorLuis R. Rodriguez1-67/+0
2010-04-16ath9k_hw: split calib code by hardware familiesLuis R. Rodriguez1-924/+4
2010-04-16ath9k_hw: rename getNoiseFloorThresh() to ath9k_hw_loadnf()Luis R. Rodriguez1-4/+4
2010-04-16ath9k_hw: rename the PA calib routines to match their familiesLuis R. Rodriguez1-4/+4
2010-04-16ath9k_hw: simplify OLC temp compensation for AR9002Luis R. Rodriguez1-10/+4
2010-04-16ath9k_hw: move the AR9280 OLC temp comp to its own helperLuis R. Rodriguez1-24/+28
2010-04-16ath9k_hw: shift code for AR9280 OLC temp compLuis R. Rodriguez1-18/+17
2010-04-16ath9k_hw: rename PA calib for AR9287Luis R. Rodriguez1-2/+2
2010-04-16ath9k_hw: add a helper for the OLC tem compensation for AR9002Luis R. Rodriguez1-3/+7
2010-04-16ath9k_hw: add a helper for Power Amplifier calibration for AR9002Luis R. Rodriguez1-15/+17
2010-04-16ath9k_hw: Split out the function for reading the noise floorFelix Fietkau1-89/+1
2010-04-16ath9k_hw: Move some RF ops to the private callbacksLuis R. Rodriguez1-0/+1
2010-04-07ath9k: Add support for newer AR9285 chipsets.Vivek Natarajan1-1/+58
2010-03-23ath9k_hw: use the skip count for PA calibration on AR9271Sujith1-3/+6
2010-03-23ath9k_hw: restrict valid nf readings for AR9271 to -114Sujith1-0/+8
2010-03-23ath9k_hw: fix noisefloor history buffer usage on AR9271Sujith1-4/+4
2009-10-30ath9k_hw: remove bogus register write on ath9k_hw_9271_pa_cal()Luis R. Rodriguez1-1/+1
2009-10-27ath9k_hw: run ath9k_hw_9271_pa_cal() initial calibrationLuis R. Rodriguez1-7/+18
2009-10-27ath9k_hw: run the carrier leakage calibration fix for ar9271 as wellLuis R. Rodriguez1-1/+2
2009-10-07ath9k: move hw code to its own moduleLuis R. Rodriguez1-0/+3
2009-10-07ath9k: Reduce PLL Settle time and eliminate redundant PLL calls.Senthil Balasubramanian1-2/+2
2009-10-07ath9k: Add Calibration checksVivek Natarajan1-28/+50
2009-10-07ath9k: clarify what hw code is and remove ath9k.h from a few filesLuis R. Rodriguez1-1/+0
2009-10-07atheros: add common debug printingLuis R. Rodriguez1-145/+158
2009-10-07atheros: add ieee80211_hw to ath_commonLuis R. Rodriguez1-2/+2
2009-10-07ath9k: use ath_hw for DPRINTF() and debug init/exitLuis R. Rodriguez1-51/+51
2009-09-23ath9k: Fix regression in PA calibrationSujith1-0/+1
2009-09-23ath9k: Adjust the chainmasks properlySenthil Balasubramanian1-5/+15
2009-09-23ath9k: Set default noise floor value for AR9287Vivek Natarajan1-0/+2
2009-08-28ath9k: Handle PA cal usage properlySujith1-0/+5
2009-08-28ath9k: Fix bugs in programming registers during PA CALSujith1-3/+2
2009-08-28ath9k: Reduce the frequency of PA offset calibrationSujith1-4/+21
2009-08-20ath9k: Add open loop power control support for AR9287.Vivek Natarajan1-14/+30
2009-08-04ath9k: add initial hardware support for ar9271Luis R. Rodriguez1-1/+105