summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/ath_hal/ar5212/ar5212_misc.c
Commit message (Expand)AuthorAgeFilesLines
* Add channel survey support to the AR5212 HAL.adrian2013-10-081-2/+36
* Begin adding support to explicitly set the current chainmask.adrian2013-02-251-0/+6
* AR5212 radar pulse fixes.adrian2012-09-021-13/+12
* Add AR5413 radar parameters and strong signal diversity capability.adrian2012-08-291-21/+142
* Correctly handle the "pe_enabled" flag - both when configuring DFS andadrian2012-08-241-1/+7
* Add the method to fetch the default DFS parameters for the AR5212 PHY.adrian2012-08-241-1/+30
* Change the MIB cycle count API to return HAL_BOOL, rather than uint32_t,adrian2012-05-011-0/+10
* After thinking about this a bit more, let's not keep statistics per-channeladrian2012-04-281-4/+1
* Fetch the channel survey code from the HAL.adrian2012-04-281-0/+8
* Radar API related fixes.adrian2012-01-301-0/+10
* Use the correct types when calling the decompression mask function.adrian2011-12-221-1/+1
* Revert r228786. We'll need to work around the warnings in another way.dim2011-12-221-1/+1
* Fix enum conversion problems in sys/dev/ath/ath_hal/ar5212/ar5212_misc.cdim2011-12-211-1/+1
* Save and restore the association ID across interface resets.adrian2011-10-251-1/+2
* Add another HAL method - ah_isFastClockEnabled - which returns AH_TRUEadrian2011-08-081-0/+10
* Since HAL_PHYERR_* is used in the radar code, always include ah_desc.h.adrian2011-06-071-2/+0
* Flesh out a new HAL method to fetch the radar PHY error frame information.adrian2011-06-071-0/+44
* Bring over the relevant registers to use when implementing the quiet timeadrian2011-06-031-0/+14
* Add some missing DFS chipset functionality to the FreeBSD HAL.adrian2011-06-011-0/+51
* The current ANI capability information uses a different set ofadrian2011-05-251-7/+9
* The ANI control for the AR5416 and later chips was calling ar5212AniControl(),adrian2011-05-241-2/+2
* Fix case, introduced in my previous commit.adrian2011-05-171-1/+1
* Use the halMcastKeySrchSupport capability bit to selectively enable/disableadrian2011-05-171-1/+1
* Make sure that the AR_MISC_MODE value from the initvals are properly respected.adrian2011-03-191-1/+1
* For chips that are full reset in ar5416ChipReset(), save and restore the TSF.adrian2011-03-091-0/+7
* Fix typo in SIFS setupadrian2011-02-071-1/+1
* Add a couple of functions to check NF calibration progress / completion.adrian2010-08-121-0/+35
* correct SIFS setting; there is a 2usec adjustment between the calculatedsam2009-02-201-2/+2
* Overhaul regulatory support:sam2009-01-281-12/+10
* correct typo that left programmed sifs time in the slot timesam2009-01-211-1/+1
* add missing breaksam2008-12-111-1/+2
* import ath halsam2008-12-011-0/+1074
OpenPOWER on IntegriCloud