summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/ath_hal/ar5212/ar5212.h
Commit message (Expand)AuthorAgeFilesLines
* Add channel survey support to the AR5212 HAL.adrian2013-10-081-0/+10
* Begin adding support to explicitly set the current chainmask.adrian2013-02-251-0/+1
* Remove duplicate const specifiers in many drivers (I hope I got all ofdim2012-11-051-1/+1
* Add the method to fetch the default DFS parameters for the AR5212 PHY.adrian2012-08-241-0/+2
* Migrate the ath_hal_filltxdesc() API to take a list of buffer/seglen values.adrian2012-08-051-1/+2
* Break out the TX descriptor link field into HAL methods.adrian2012-07-191-0/+6
* Extend the RX HAL API to include the RX queue identifier.adrian2012-07-091-2/+2
* Change the MIB cycle count API to return HAL_BOOL, rather than uint32_t,adrian2012-05-011-0/+2
* After thinking about this a bit more, let's not keep statistics per-channeladrian2012-04-281-1/+1
* Fetch the channel survey code from the HAL.adrian2012-04-281-0/+1
* Radar API related fixes.adrian2012-01-301-0/+1
* Save and restore the association ID across interface resets.adrian2011-10-251-0/+1
* Update the TSF and next-TBTT methods to work for the AR5416 and later NICs.adrian2011-09-081-0/+1
* Add another HAL method - ah_isFastClockEnabled - which returns AH_TRUEadrian2011-08-081-0/+1
* Flesh out a new HAL method to fetch the radar PHY error frame information.adrian2011-06-071-0/+3
* Bring over the relevant registers to use when implementing the quiet timeadrian2011-06-031-0/+2
* Add some missing DFS chipset functionality to the FreeBSD HAL.adrian2011-06-011-0/+2
* The ANI control for the AR5416 and later chips was calling ar5212AniControl(),adrian2011-05-241-0/+3
* For chips that are full reset in ar5416ChipReset(), save and restore the TSF.adrian2011-03-091-0/+1
* Make space for the extended 802.11n MCS rate tables.adrian2011-01-281-1/+1
* ANI changes #1 - split out the ANI polling from the RxMonitor hook.adrian2011-01-211-1/+2
* Add a new HAL method to retrieve the completion schedule. It setsadrian2011-01-201-0/+2
* Add a couple of functions to check NF calibration progress / completion.adrian2010-08-121-0/+4
* Couple of suggestions from Sam regarding latest commit:rpaulo2010-03-021-0/+3
* Add PCIE power control api:sam2009-02-241-2/+0
* 5416 and later parts mux the gpio outputs; extend the api to includesam2009-02-241-1/+2
* eliminate gainFCorrection; just have ar5212GetGainFCorrection returnsam2009-02-051-1/+0
* o make SAVE_CCK slightly less error prone by always writing the _flagsam2009-02-021-2/+3
* Overhaul regulatory support:sam2009-01-281-29/+35
* import ath halsam2008-12-011-0/+603
OpenPOWER on IntegriCloud