summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/ath_hal/ar5211
Commit message (Expand)AuthorAgeFilesLines
* Begin adding support to explicitly set the current chainmask.adrian2013-02-253-0/+9
* Clean some 'svn:executable' properties in the tree.pfg2013-01-261-0/+0
* Remove this include, it isn't needed.adrian2012-11-181-2/+0
* 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/+33
* 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-232-4/+5
* 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/+2
* Add a new HAL method to retrieve the completion schedule. It setsadrian2011-01-203-0/+13
* Due to the way HALDEBUG() is defined, we need to add curly bracketsrpaulo2010-05-291-2/+3
* Replace Id keyword with FreeBSD keyword and set the svn props correctly.rpaulo2010-03-038-8/+8
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* remove special handling for BNR; it is direct mapped to the harwdare sosam2009-05-191-4/+0
* add HAL_CAP_INTRMASK to return the set of interrupts supported by the devicesam2009-05-191-0/+7
* add support for the Beacon Not Ready (BNR) interruptsam2009-05-061-1/+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
* attach methods don't need to be public, make 'em staticsam2009-02-232-3/+1
* remove private copies of gpio methods that were needed when the halsam2009-02-231-5/+0
* Overhaul regulatory support:sam2009-01-285-212/+190
* fix return status handling by ar5XXXReset; this is the reason thesam2009-01-231-2/+2
* correct typo that left programmed sifs time in the slot timesam2009-01-211-2/+2
* import ath halsam2008-12-0115-0/+6744
OpenPOWER on IntegriCloud