summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/ath_hal/ar5210
Commit message (Expand)AuthorAgeFilesLines
* Revert "Importing pfSense patches net80211HEAD.tgz and conf.file.ieee80211.diff"Renato Botelho2016-02-225-17/+7
* Importing pfSense patches net80211HEAD.tgz and conf.file.ieee80211.diffRenato Botelho2015-08-175-7/+17
* Begin adding support to explicitly set the current chainmask.adrian2013-02-253-0/+8
* Disable WEP hardware encryption on the AR5210, in order to allow otheradrian2012-11-195-9/+28
* Correctly populate the RTS field.adrian2012-11-171-1/+2
* * Remove ah_desc.h, it's not neededadrian2012-11-171-2/+2
* Add default values for the NumTxMaps capability.adrian2012-08-241-0/+1
* Migrate the ath_hal_filltxdesc() API to take a list of buffer/seglen values.adrian2012-08-052-2/+7
* Flesh out the multi-rate retry capability.adrian2012-07-281-0/+1
* Break out the TX descriptor link field into HAL methods.adrian2012-07-193-0/+42
* Extend the RX HAL API to include the RX queue identifier.adrian2012-07-092-4/+8
* oops - ath_hal_disablepcie is actually destined for another purpose,adrian2012-05-251-2/+3
* Add some empty DFS methods for AR5210/AR5211 for now, if DFS is enabledadrian2012-05-093-0/+16
* Change the MIB cycle count API to return HAL_BOOL, rather than uint32_t,adrian2012-05-013-2/+28
* Stop using the hardware register value byte order swapping for now,adrian2012-04-191-5/+3
* Radar API related fixes.adrian2012-01-301-0/+6
* Reapply r228785 now it has been tested by Adrian. Also add commentsdim2011-12-301-3/+14
* Revert r228785. We'll need to work around the warnings in another way.dim2011-12-221-3/+3
* Fix shift overflow problem in sys/dev/ath/ath_hal/ar5210/ar5210_power.cdim2011-12-211-3/+3
* Fix a corner case in the HAL debugging changes, where ah was NULL.adrian2011-09-301-2/+2
* Update the TSF and next-TBTT methods to work for the AR5416 and later NICs.adrian2011-09-083-0/+13
* Re-introduce a global ath_hal_debug again for now, whilst I figure out whatadrian2011-06-231-2/+2
* Break out most of the HAL related tweaks into a per-HAL instance,adrian2011-06-231-2/+2
* Add a HAL capability bit for supporting self-linked RX descriptors and disabl...adrian2011-04-041-0/+1
* There's apparently a bug with Merlin (AR9280) and later chipsets whereadrian2011-02-081-0/+2
* ANI changes #1 - split out the ANI polling from the RxMonitor hook.adrian2011-01-213-3/+10
* Include the initial support for external EEPROMs.adrian2011-01-201-1/+1
* Add a new HAL method to retrieve the completion schedule. It setsadrian2011-01-203-0/+12
* Due to the way HALDEBUG() is defined, we need to add curly brackets whenrpaulo2010-05-291-1/+2
* Replace Id keyword with FreeBSD keyword and set the svn props correctly.rpaulo2010-03-038-8/+8
* Spell "Hz" correctly wherever it is user-visible.gavin2010-01-121-1/+1
* remove special handling for BNR; it is direct mapped to the harwdare sosam2009-05-192-4/+4
* add HAL_CAP_INTRMASK to return the set of interrupts supported by the devicesam2009-05-191-0/+5
* o eliminate a << in calculating the tx time for turbo mode by pre-multiplyingsam2009-04-131-9/+9
* purge hal abi support; now that the hal is merged w/ the driversam2009-03-191-1/+0
* Add PCIE power control api:sam2009-02-241-0/+15
* 5416 and later parts mux the gpio outputs; extend the api to includesam2009-02-242-2/+3
* remove private copies of gpio methods that were needed when the halsam2009-02-231-5/+0
* Overhaul regulatory support:sam2009-01-285-70/+65
* fix return status handling by ar5XXXReset; this is the reason thesam2009-01-231-2/+2
* import ath halsam2008-12-0115-0/+4679
OpenPOWER on IntegriCloud