aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/ath_hal/ar5210/ar5210.h
Commit message (Expand)AuthorAgeFilesLines
* ath_hal: Fix a couple of type mismatches in function prototypesJohn Baldwin2023-11-151-1/+1
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* [ath_hal] Add get/set NAV functionsAdrian Chadd2021-04-191-0/+2
* [ath] [ath_hal] [ath_hal_9300] Extend the start PCU receive to handle resetti...Adrian Chadd2019-04-211-1/+1
* SPDX: license IDs for some ISC-related files.Pedro F. Giffuni2017-12-081-1/+3
* [ath_hal] implement NULL methods for ah_setQuiet for AR5210, AR5211.Adrian Chadd2017-02-091-0/+2
* ath(4): begin fleshing out a "reset type" extension to force cold/warn resets.Adrian Chadd2015-11-091-1/+2
* Fix the AR5210 HAL code to store the association ID and restore itAdrian Chadd2014-04-241-0/+2
* Migrate the chip power mode status to public ath_hal, rather than theAdrian Chadd2014-03-101-1/+0
* Begin adding support to explicitly set the current chainmask.Adrian Chadd2013-02-251-0/+1
* Disable WEP hardware encryption on the AR5210, in order to allow otherAdrian Chadd2012-11-191-0/+1
* Migrate the ath_hal_filltxdesc() API to take a list of buffer/seglen values.Adrian Chadd2012-08-051-1/+2
* Break out the TX descriptor link field into HAL methods.Adrian Chadd2012-07-191-0/+6
* Extend the RX HAL API to include the RX queue identifier.Adrian Chadd2012-07-091-2/+2
* Add some empty DFS methods for AR5210/AR5211 for now, if DFS is enabledAdrian Chadd2012-05-091-0/+2
* Change the MIB cycle count API to return HAL_BOOL, rather than uint32_t,Adrian Chadd2012-05-011-0/+3
* Update the TSF and next-TBTT methods to work for the AR5416 and later NICs.Adrian Chadd2011-09-081-0/+1
* ANI changes #1 - split out the ANI polling from the RxMonitor hook.Adrian Chadd2011-01-211-1/+2
* Add a new HAL method to retrieve the completion schedule. It setsAdrian Chadd2011-01-201-0/+2
* 5416 and later parts mux the gpio outputs; extend the api to includeSam Leffler2009-02-241-1/+2
* Overhaul regulatory support:Sam Leffler2009-01-281-9/+11
* import ath halSam Leffler2008-12-011-0/+278