aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/ath_hal/ar9002
Commit message (Expand)AuthorAgeFilesLines
...
* Make sure the extended regdomain word is initialised.Adrian Chadd2011-06-281-0/+1
* Re-introduce a global ath_hal_debug again for now, whilst I figure out whatAdrian Chadd2011-06-233-6/+6
* Add some missing DFS chipset functionality to the FreeBSD HAL.Adrian Chadd2011-06-013-0/+6
* Teach if_ath about devices which have short-GI in 20MHz channel modes.Adrian Chadd2011-05-291-0/+5
* Fix AR9287 operation when >1 TX chain is enabled.Adrian Chadd2011-05-281-0/+1
* Fix a macro name - it's currently unused in this file however, butAdrian Chadd2011-05-261-1/+1
* Revert this erroneous commit and re-disable the AR9285 combined antennaAdrian Chadd2011-05-261-2/+0
* Remove the three-chain scaled power check for the AR9287 - it isn'tAdrian Chadd2011-05-261-6/+0
* Add some open-loop TX power debugging for AR9287.Adrian Chadd2011-05-261-0/+5
* Bring over the AR5416 per-rate TX power code, modified to use theAdrian Chadd2011-05-261-9/+199
* Flesh out ar9287SetTransmitPower() based on the AR9285 routine.Adrian Chadd2011-05-261-6/+116
* Flesh out the TX power calibration for the AR9287.Adrian Chadd2011-05-264-0/+179
* Bring over my AR9287 work in progress.Adrian Chadd2011-05-2613-0/+2209
* Tidy up the ANI API in preparation for looking to expose some moreAdrian Chadd2011-05-252-2/+2
* The Merlin analog register bank is from 0x7800 -> 0x78fc; fix the codeAdrian Chadd2011-05-211-1/+1
* Fixes from the Atheros HAL - formatting; update Merlin checks to be consistent.Adrian Chadd2011-05-141-2/+9
* Only do open loop power control and temperature compensationAdrian Chadd2011-05-131-0/+9
* Remove duplicate code - add a function which calculates the ratesArray[]Adrian Chadd2011-05-131-25/+8
* Some diversity changes relating to AR9285.Adrian Chadd2011-05-131-10/+15
* Break out the AR9285 analog registers from ar5416/ar5416phy.h and putAdrian Chadd2011-05-123-0/+126
* AR9285 (Kite) fixes.Adrian Chadd2011-05-102-10/+38
* Disable diversity combining support until I can get a firm answerAdrian Chadd2011-05-092-7/+13
* Disable TX STBC - it isn't used for now, but it isn't supported on Kite.Adrian Chadd2011-05-091-1/+2
* Import some initial Kite fixed diversity code from Atheros.Adrian Chadd2011-05-094-44/+148
* Remove an un-needed PA cal call here.Adrian Chadd2011-05-091-2/+0
* Fix the 5ghz fast clock logic.Adrian Chadd2011-05-081-1/+7
* Do a HAL capabilities sync pass based on the Atheros HAL.Adrian Chadd2011-05-072-2/+8
* Read in the extended regulatory domain flags so future code can use them.Adrian Chadd2011-05-072-0/+7
* Change AR_SREV_OWL_{X}_OR_LATER to AR_SREV_5416_{X}_OR_LATER.Adrian Chadd2011-05-072-3/+3
* Use the refactored ar5416WriteTxPowerRateRegisters() call in the ar9285 code.Adrian Chadd2011-04-241-67/+18
* Bring over a pdadc calibration fix from ath9k - unused power detectorAdrian Chadd2011-04-221-1/+1
* Don't do Kite antenna switch selection this way (for now); antennaAdrian Chadd2011-04-161-26/+3
* Remove some duplicate code from the AR9285 TX power configuration path.Adrian Chadd2011-04-161-55/+2
* Add in the last bit of the HAL support for Kite diversity.Adrian Chadd2011-04-131-0/+8
* More kite diversity related changes.Adrian Chadd2011-04-131-1/+13
* Bring over the antenna diversity logic support for Kite.Adrian Chadd2011-04-133-0/+684
* Port over a TX gain fix from ath9k specific to the AR9285 (Kite) and AR9271.Adrian Chadd2011-04-132-1/+44
* Add the initial AR9285 PHY glue for supporting antenna diversity.Adrian Chadd2011-04-132-0/+144
* De-dup the ar5416 rates array definition.Adrian Chadd2011-04-111-14/+0
* Commit missing bits from the last commit:Adrian Chadd2011-04-042-0/+4
* Introduce hardware PS-POLL support in the HAL.Adrian Chadd2011-03-262-0/+5
* Flip ANI on for the AR5416 and later chips. I haven't verified it onAdrian Chadd2011-03-251-1/+1
* Even though it's very unlikely the misc mode register setting at -attach-Adrian Chadd2011-03-222-2/+2
* Fix typo that snuck in.Adrian Chadd2011-03-141-1/+1
* Bring over the AR9285 board update code from ath9k.Adrian Chadd2011-03-141-48/+181
* Fix the nfarray offsets for the ar2133/ar5133 radio - (AR5416, AR9160, etc.)Adrian Chadd2011-03-132-1/+31
* Move out some of the shared eeprom board value calculation routines into ah.cAdrian Chadd2011-03-132-24/+8
* * Add in some board settings debugging to log what's being writtenAdrian Chadd2011-03-132-6/+13
* Port over the AR9285 PA calibration and initial calibration code fromAdrian Chadd2011-03-115-0/+445
* Remove the ar9285FillVpdTable() and just use ar5416FillVpdTable().Adrian Chadd2011-03-111-35/+3