aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* ath: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-4/+0
* [ath_hal] Return failure if noise floor calibration fails.Adrian Chadd2018-06-081-4/+13
* SPDX: license IDs for some ISC-related files.Pedro F. Giffuni2017-12-081-1/+3
* dev/ath: minor spelling fixes in comments.Pedro F. Giffuni2016-05-021-1/+1
* Oops; correctly reload the CCA registers with the uncapped valueAdrian Chadd2015-01-171-1/+2
* Bump this up to where it used to be.Adrian Chadd2011-11-091-9/+1
* Reduce the NF wait timeout. When doing heavy 11n RX loads, this can actuallyAdrian Chadd2011-10-251-1/+9
* Fix 5ghz calibration logic when using AR9280 w/ fast clock.Adrian Chadd2011-09-061-8/+9
* I noticed that the Merlin NICs I had (AR9220, AR9280) never completedAdrian Chadd2011-07-301-2/+9
* Fix the AR9280 initial AGC calibration code.Adrian Chadd2011-07-301-23/+20
* Make sure only two chains are calibrated for the AR9287.Adrian Chadd2011-05-261-2/+2
* Fix NF calibration breakage introduced by me in a past commit.Adrian Chadd2011-05-151-1/+1
* Even though initial calibrations aren't done (yet), add this so we'reAdrian Chadd2011-05-141-1/+1
* Only do open loop power control and temperature compensationAdrian Chadd2011-05-131-2/+3
* Make the NF calibration logic (hopefully!) more resistive to noisyAdrian Chadd2011-05-111-12/+28
* Always log if the NF CCA load fails; so users with debugging enabledAdrian Chadd2011-05-111-2/+2
* Remove unused variableAdrian Chadd2011-05-111-1/+0
* Remove the initial NF completion check.Adrian Chadd2011-05-111-22/+4
* Remove a now unneeded comment..Adrian Chadd2011-05-111-1/+0
* Don't perform NF calibration for radio chains which aren't in use:Adrian Chadd2011-05-051-4/+12
* Export the per-chain ctl/ext noise floor values, raw and uncut, to theAdrian Chadd2011-04-081-0/+8
* I broke periodic adc calibrations - so restore them to working order.Adrian Chadd2011-03-251-5/+5
* Disable a check I added a while ago to ensure the initial NF cal completed.Adrian Chadd2011-03-201-5/+24
* Cave in and disable the ADC DC gain/offset calibrations if they'reAdrian Chadd2011-03-201-3/+6
* Introduce methods for the initial calibration and the new PA calibrationAdrian Chadd2011-03-111-10/+31
* Implement open-loop TX power control (OLC) for Merlin (AR9280) andAdrian Chadd2011-03-081-0/+3
* Avoid writing CCA threshold values for the EXT radios for non-HT40 channels.Adrian Chadd2011-01-291-0/+6
* Bring over some NF calibration changes from ath9k.Adrian Chadd2011-01-291-2/+67
* Add a comment from my local HAL about what is actually going on hereAdrian Chadd2011-01-201-0/+17
* Fix indenting/whitespace issues introduced by me.Adrian Chadd2010-08-151-1/+1
* The comment is misleading - that register setting seems to kick off theAdrian Chadd2010-08-151-0/+1
* * Fix indentationAdrian Chadd2010-08-121-1/+2
* Loading the NF CCA values may take longer than expected to occur.Adrian Chadd2010-08-121-6/+15
* Use ar5212IsNFCalInProgress() to check for NF calibration progress.Adrian Chadd2010-08-121-1/+1
* Fix indentation.Adrian Chadd2010-08-121-1/+1
* Ensure that the correct rxchainmask is used when doing calibration in theAdrian Chadd2010-08-121-0/+7
* Internal NF calibration should not occur in parallel with any otherAdrian Chadd2010-08-121-1/+12
* Revert part of the 9285 support because it breaks the 9280 support. I'llRui Paulo2010-02-141-56/+4
* Fix TX power problems with AR9285.Rui Paulo2010-02-081-12/+6
* Add support for the AR9285 chipset, which is found on many netbooksRui Paulo2010-01-291-2/+60
* fix compilation w/ AH_DEBUGSam Leffler2009-02-031-1/+1
* Overhaul regulatory support:Sam Leffler2009-01-281-46/+33
* import ath halSam Leffler2008-12-011-0/+663