summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/ath_hal/ah_internal.h
Commit message (Expand)AuthorAgeFilesLines
* fix ht/40 configuration for ar9331 (hornet).adrian2015-11-301-1/+1
* Move the HAL channel survey support out to be in the top-level HAL,adrian2015-03-291-2/+17
* Add a new HAL capability - required to compile the updated AR9300adrian2015-01-281-1/+2
* Add initial support for the AR9485 CUS198 / CUS230 variants.adrian2014-09-301-0/+1
* Bump the HAL_REGRANGE fields from 16 bit to 32 bit.adrian2014-08-091-2/+2
* * Add a new capability which returns whether the hardware supportsadrian2014-04-271-1/+2
* Add a HAL local routine to map the 2GHz channel frequency to an IEEEadrian2013-06-261-0/+4
* Add a new capability flag to announce that the chip implements LNA mixingadrian2013-06-051-1/+2
* Add a new TX power field - it's inteded to be used where low TX poweradrian2013-04-051-0/+1
* Add spectral scan capability.adrian2012-12-301-1/+2
* Add new HAL configuration features for the updated AR9300 HAL.adrian2012-11-071-1/+3
* Add in the last random assortment of missing bits for the AR9380 HAL.adrian2012-10-311-0/+72
* Add a couple of accessor inline functions for state that exists in net80211.adrian2012-09-181-0/+31
* Rename AH_MIMO_MAX_CHAINS to AH_MAX_CHAINS, for compatibility withadrian2012-09-171-2/+2
* Add a new capability bit - whether the hardware supports AR9285 styleadrian2012-08-291-1/+2
* Add a (temporarily located) definition.adrian2012-08-291-0/+5
* Add rfkill HAL accessor methods.adrian2012-08-241-0/+7
* Wrap this a little so it's slightly easier on the eyes.adrian2012-08-241-1/+2
* Add some new flags:adrian2012-08-241-2/+11
* Flesh out the multi-rate retry capability.adrian2012-07-281-0/+1
* Migrate the MAC/BB hang structures out from ar5416_misc.h into the HAL.adrian2012-07-011-0/+40
* Bring over capabilities for the AR9300 and later HAL.adrian2012-07-011-2/+23
* AR9287 tidyups:adrian2012-06-171-0/+2
* oops - ath_hal_disablepcie is actually destined for another purpose,adrian2012-05-251-2/+2
* .. the AR5416 HAL code touches the MIMO parts in HAL_CHANNEL,adrian2012-01-071-0/+4
* Introduce a work-around for issues with the AR5416 based MAC on SMP devices.adrian2011-11-091-1/+2
* Implement the first part of the BB read workaround.adrian2011-10-181-1/+2
* Add in OS_REG_BIT_SET, a macro which does what it says it does.adrian2011-10-181-0/+2
* Fix a corner case in the HAL debugging changes, where ah was NULL.adrian2011-09-301-16/+4
* Update the TSF and next-TBTT methods to work for the AR5416 and later NICs.adrian2011-09-081-1/+2
* Introduce some more DFS related hooks, inspired both by local workadrian2011-08-081-0/+1
* Small fix to bring the non-debug definitions of HALDEBUG/HALDEBUG_G in lineadrian2011-06-241-2/+2
* add missing #define for the non-debug case.adrian2011-06-231-0/+1
* Re-introduce a global ath_hal_debug again for now, whilst I figure out whatadrian2011-06-231-1/+20
* Break out most of the HAL related tweaks into a per-HAL instance,adrian2011-06-231-8/+1
* Add some missing DFS chipset functionality to the FreeBSD HAL.adrian2011-06-011-0/+2
* The current ANI capability information uses a different set ofadrian2011-05-251-17/+0
* Tidy up the ANI API in preparation for looking to expose some moreadrian2011-05-251-9/+14
* Fix the eeprom set API method to return HAL_STATUS.adrian2011-05-141-1/+1
* Add a new flag - HAL_DEBUG_UNMASKABLE - which always logs a debug messageadrian2011-05-111-1/+2
* Fix the 5ghz fast clock logic.adrian2011-05-081-3/+15
* Do a HAL capabilities sync pass based on the Atheros HAL.adrian2011-05-071-1/+2
* Read in the extended regulatory domain flags so future code can use them.adrian2011-05-071-0/+1
* Add OS_REG_RMW, which mirrors ath9k's REG_RMW.adrian2011-04-131-0/+2
* Fix the completely wrong types I used in the previous commit.adrian2011-04-081-2/+2
* Export the per-chain ctl/ext noise floor values, raw and uncut, to theadrian2011-04-081-0/+6
* Commit missing bits from the last commit:adrian2011-04-041-1/+2
* I missed committing this last time - it's needed for the 5ghz fast clock calc...adrian2011-04-031-0/+6
* This was missing from the previous HAL commit - it fixes a typo andadrian2011-03-261-1/+2
* Make the ar2133ForceBias() call controllable at runtime.adrian2011-03-231-0/+1
OpenPOWER on IntegriCloud