aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/ath_hal/ar5416/ar5416_ani.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* ath(4): Remove a double word in a few source code commentsGordon Bergling2022-04-091-1/+1
* ath: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+1
* [ath_hal] Don't do ANI processing if we've reset.Adrian Chadd2018-06-081-0/+3
* SPDX: license IDs for some ISC-related files.Pedro F. Giffuni2017-12-081-1/+3
* Move the HAL channel survey support out to be in the top-level HAL,Adrian Chadd2015-03-291-11/+2
* Track the last ANI TX/RX sample correctly.Adrian Chadd2012-09-271-2/+2
* Ensure that all firstep values are available in ANI.Adrian Chadd2012-08-271-3/+7
* Fix the debugging output to correctly log CCK errors.Adrian Chadd2012-08-271-1/+1
* Change the MIB cycle count API to return HAL_BOOL, rather than uint32_t,Adrian Chadd2012-05-011-1/+1
* After thinking about this a bit more, let's not keep statistics per-channelAdrian Chadd2012-04-281-4/+2
* Although not strictly needed, quieten a compiler warning by a user.Adrian Chadd2012-04-281-1/+1
* Extend the ANI code to implement basic channel survey support.Adrian Chadd2012-04-281-17/+58
* Disable writing to the extension CYCPWR1 register.Adrian Chadd2011-11-121-5/+0
* Migrate the AR5416 ANI code to use the previously introduced methodAdrian Chadd2011-11-091-12/+19
* Disable OFDM weak signal detection by default. Leave this to beAdrian Chadd2011-11-091-1/+1
* Use a restricted set of parameters when operating in hostap mode.Adrian Chadd2011-11-091-0/+10
* Add logic to ANI to tweak the firstep parameter when in hostap mode.Adrian Chadd2011-11-091-0/+25
* .. and add some ANI fixes missing from the last ANI commit.Adrian Chadd2011-11-091-10/+8
* Include some ANI fixes for the AR5416.Adrian Chadd2011-11-091-27/+27
* Fix ANI handling to work correctly when (trying) to receive radar errors.Adrian Chadd2011-07-301-22/+61
* Tidy up the ANI API in preparation for looking to expose some moreAdrian Chadd2011-05-251-4/+13
* Update the ext channel cycpwr threshold 1 register for the extensionAdrian Chadd2011-05-071-0/+6
* The AR5416+ chips all have MIB counters (which the AR5416 ANI code assumes)Adrian Chadd2011-03-231-4/+0
* Fix OFDM ANI statistics gathering for the AR5416 and later chips.Adrian Chadd2011-03-221-1/+1
* Add debugging messages to the AR5416 ANI code that's found in the AR5212 ANI ...Adrian Chadd2011-03-191-0/+6
* Add a new parameter to selectively enable/disable the ANI operations.Adrian Chadd2011-02-171-3/+5
* Add missing getCapability call for AR5416.Adrian Chadd2011-01-271-4/+4
* ANI changes #1 - split out the ANI polling from the RxMonitor hook.Adrian Chadd2011-01-211-4/+14
* Add support for the AR9285 chipset, which is found on many netbooksRui Paulo2010-01-291-3/+3
* Overhaul regulatory support:Sam Leffler2009-01-281-60/+28
* import ath halSam Leffler2008-12-011-0/+886