aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/ath_hal/ar9001
Commit message (Expand)AuthorAgeFilesLines
* Add initial support for the AR9485 CUS198 / CUS230 variants.Adrian Chadd2014-09-302-1/+4
* Use the TPC bank by default for AR9160.Adrian Chadd2013-04-171-1/+1
* Since the PLL changes aren't in here yet for the AR9130 half/quarterAdrian Chadd2012-10-312-0/+10
* Oops - missing from the last commit - add ANI immunity levels for AR9160.Adrian Chadd2012-10-311-2/+2
* Break out the "memory" EEPROM data read method from being AR9130 specificAdrian Chadd2012-01-153-31/+4
* Implement the first part of the BB read workaround.Adrian Chadd2011-10-182-0/+4
* Fix a corner case in the HAL debugging changes, where ah was NULL.Adrian Chadd2011-09-302-4/+4
* Break out the PLL setup into (mostly) per-chip methods, rather thanAdrian Chadd2011-07-211-0/+23
* Re-introduce a global ath_hal_debug again for now, whilst I figure out whatAdrian Chadd2011-06-232-4/+4
* Add some missing DFS chipset functionality to the FreeBSD HAL.Adrian Chadd2011-06-012-0/+2
* Tidy up the ANI API in preparation for looking to expose some moreAdrian Chadd2011-05-251-1/+1
* Do a HAL capabilities sync pass based on the Atheros HAL.Adrian Chadd2011-05-072-0/+11
* Read in the extended regulatory domain flags so future code can use them.Adrian Chadd2011-05-072-0/+5
* Introduce AR9130 (HOWL) WMAC support to the FreeBSD HAL.Adrian Chadd2011-04-287-0/+1132
* Add an explanation of the inivalsAdrian Chadd2011-04-031-0/+1
* Flip ANI on for the AR5416 and later chips. I haven't verified it onAdrian Chadd2011-03-251-2/+4
* Even though it's very unlikely the misc mode register setting at -attach-Adrian Chadd2011-03-221-1/+1
* Call the correct ANI Attach routine.Adrian Chadd2011-02-021-1/+1
* Add a new capability which reports the number of spatial streams a device sup...Adrian Chadd2011-02-011-0/+4
* Bring over some NF calibration changes from ath9k.Adrian Chadd2011-01-291-0/+9
* Push the non-AR5416 related stuff into chipset specific directories.Adrian Chadd2011-01-202-0/+1010