summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* Make sure the extended regdomain word is initialised.adrian2011-06-282-0/+3
* Fix beacon transmission after a channel set.adrian2011-06-261-0/+21
* Add ATH_ENABLE_DFS which enables the DFS flag so the DFS codeadrian2011-06-261-0/+3
* Commit missing piece from a couple days ago - re-add ath_hal_debug.adrian2011-06-251-2/+8
* 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-2313-24/+43
* Fix indenting issues introduced by the previous commit.adrian2011-06-232-4/+4
* Break out most of the HAL related tweaks into a per-HAL instance,adrian2011-06-2315-55/+77
* Fix ath_ahb(4) bus attach and eeprom error handling.adrian2011-06-131-1/+5
* Since HAL_PHYERR_* is used in the radar code, always include ah_desc.h.adrian2011-06-071-2/+0
* Flesh out a new HAL method to fetch the radar PHY error frame information.adrian2011-06-078-0/+84
* Add a missing call to sync the DMAed buffer before the radar event data is ex...adrian2011-06-051-1/+9
* Commit radar detection changes missed by my previous commit.adrian2011-06-041-1/+1
* A few changes to make radar detection implementable in a hal_dfs/adrian2011-06-043-2/+11
* Bring over the relevant registers to use when implementing the quiet timeadrian2011-06-038-0/+63
* Flesh out the radar detection related operations for the ath driver.adrian2011-06-014-0/+273
* Add some missing DFS chipset functionality to the FreeBSD HAL.adrian2011-06-0116-1/+242
* Enable setting the short-GI bit when TX'ing HT rates but only if theadrian2011-05-301-6/+14
* Set default A-MPDU density/size.adrian2011-05-301-0/+15
* Teach if_ath about devices which have short-GI in 20MHz channel modes.adrian2011-05-292-4/+18
* Fix AR9287 operation when >1 TX chain is enabled.adrian2011-05-281-0/+1
* Fix a macro name - it's currently unused in this file however, butadrian2011-05-261-1/+1
* Revert this erroneous commit and re-disable the AR9285 combined antennaadrian2011-05-261-2/+0
* Remove the three-chain scaled power check for the AR9287 - it isn'tadrian2011-05-261-6/+0
* Make sure only two chains are calibrated for the AR9287.adrian2011-05-261-2/+2
* Add some open-loop TX power debugging for AR9287.adrian2011-05-261-0/+5
* Bring over the AR5416 per-rate TX power code, modified to use theadrian2011-05-261-9/+199
* Flesh out ar9287SetTransmitPower() based on the AR9285 routine.adrian2011-05-261-6/+116
* Flesh out the TX power calibration for the AR9287.adrian2011-05-264-0/+179
* Add the AR9287 chip identification string.adrian2011-05-261-0/+2
* Fix a bad merge from a previous commit.adrian2011-05-261-4/+6
* Merlin -> Kiwiadrian2011-05-261-2/+2
* Bring over my AR9287 work in progress.adrian2011-05-2616-1/+2293
* AR9287 prep work:adrian2011-05-263-3/+32
* Add temp sense to the EEPROM variable list;adrian2011-05-262-23/+15
* The current ANI capability information uses a different set ofadrian2011-05-254-27/+47
* Tidy up the ANI API in preparation for looking to expose some moreadrian2011-05-256-18/+32
* The ANI control for the AR5416 and later chips was calling ar5212AniControl(),adrian2011-05-244-2/+11
* Use the new per-series antenna and TPC definitions when setting ctl8->11.adrian2011-05-241-16/+27
* Add in descriptions for TX descriptor fields ctl8-11 - these fieldsadrian2011-05-241-0/+23
* The Merlin analog register bank is from 0x7800 -> 0x78fc; fix the codeadrian2011-05-212-2/+2
* This isn't needed any longer, it's defined in ah_internal.h.adrian2011-05-181-4/+0
* Modify the sample rate control algorithm to only select/sample HTadrian2011-05-181-8/+26
* Fix the debugging code path to correctly support HAL_DEBUG_UNMASKABLE.adrian2011-05-171-1/+5
* Fix case, introduced in my previous commit.adrian2011-05-171-1/+1
* Use the halMcastKeySrchSupport capability bit to selectively enable/disableadrian2011-05-171-1/+1
* Set this HAL capabilities flag correctly even though it isn't currentlyadrian2011-05-171-1/+1
* * Add some more TX descriptor error counters; this'll be helpful whenadrian2011-05-153-7/+28
* Fix NF calibration breakage introduced by me in a past commit.adrian2011-05-151-1/+1
OpenPOWER on IntegriCloud