summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/ath_hal
Commit message (Expand)AuthorAgeFilesLines
* Introduce AH_AR5416_INTERRUPT_MITIGATION which enables interrupt mitigation foradrian2011-03-312-4/+4
* .. And another missed commit - add the PSPOLL capability.adrian2011-03-261-1/+2
* This was missing from the previous HAL commit - it fixes a typo andadrian2011-03-261-1/+2
* Introduce hardware PS-POLL support in the HAL.adrian2011-03-263-1/+8
* Put these two back to mirror what ath9k does.adrian2011-03-261-2/+2
* Shuffle around the HAL_RX_FILTER bits to be slightly more sensible.adrian2011-03-261-3/+17
* I broke periodic adc calibrations - so restore them to working order.adrian2011-03-251-5/+5
* After discussion with Felix Fietkau (nbd) about the ath9k Merlin LNA bitadrian2011-03-251-8/+8
* Flip ANI on for the AR5416 and later chips. I haven't verified it onadrian2011-03-253-5/+8
* The right commit - add a couple more AR_PCU_MISC_MODE2 register bits -adrian2011-03-251-0/+2
* oops, commited the wrong file change.adrian2011-03-251-1/+0
* Add some more AR_PCU_MISC_MODE2 register settings - these are SOWL or later.adrian2011-03-251-0/+1
* Bring over interrupt mitigation changes from ath9k.adrian2011-03-252-10/+20
* Make the ar2133ForceBias() call controllable at runtime.adrian2011-03-232-1/+2
* The AR5416+ chips all have MIB counters (which the AR5416 ANI code assumes)adrian2011-03-231-4/+0
* Bring over an XPA (external power amplifer) bias fix for the AR9160.adrian2011-03-223-3/+79
* Fix OFDM ANI statistics gathering for the AR5416 and later chips.adrian2011-03-221-1/+1
* Set the "right" CCA register.adrian2011-03-221-1/+1
* Break out the RF mode setup into ar5416SetRfMode(), mirroring what ath9k does.adrian2011-03-221-16/+26
* Do a bit of spring cleaning in the board setup code, just toadrian2011-03-221-18/+10
* Bring over a few queue changes from ath9k:adrian2011-03-221-0/+17
* Even though it's very unlikely the misc mode register setting at -attach-adrian2011-03-223-3/+3
* Remove the merlin delay workaround here, it isn't appropriate foradrian2011-03-221-6/+0
* Back that commit out - something's broken, and I need to figure outadrian2011-03-211-1/+1
* This CLKDRV workaround should only be for AR5416 v2.0/2.1;adrian2011-03-211-1/+2
* Disable a check I added a while ago to ensure the initial NF cal completed.adrian2011-03-201-5/+24
* Cave in and disable the ADC DC gain/offset calibrations if they'readrian2011-03-201-3/+6
* * Remove a not-needed check in the AR5416+ caseadrian2011-03-201-6/+6
* Bring over a copy of the AR5212 TX queue reset and setup routines, in prepara...adrian2011-03-203-0/+344
* Add a PSPOLL queue type, in preparation for (eventually) portingadrian2011-03-201-0/+1
* Add in the channel survey data structures. These will be filled outadrian2011-03-191-0/+27
* Reserve a new diagnostic code for the channel survey code I'll add soon.adrian2011-03-191-0/+1
* Make sure that the AR_MISC_MODE value from the initvals are properly respected.adrian2011-03-194-4/+4
* Use the HAL method rather than directly calling ar5212ResetTxQueue().adrian2011-03-191-1/+1
* Add debugging messages to the AR5416 ANI code that's found in the AR5212 ANI ...adrian2011-03-191-0/+6
* Fix typo that snuck in.adrian2011-03-141-1/+1
* Bring over the AR9285 board update code from ath9k.adrian2011-03-141-52/+185
* Fix the nfarray offsets for the ar2133/ar5133 radio - (AR5416, AR9160, etc.)adrian2011-03-133-5/+52
* Move out some of the shared eeprom board value calculation routines into ah.cadrian2011-03-136-147/+139
* * Add in some board settings debugging to log what's being writtenadrian2011-03-134-20/+37
* Port over the AR9285 PA calibration and initial calibration code fromadrian2011-03-115-0/+445
* Introduce methods for the initial calibration and the new PA calibrationadrian2011-03-114-10/+41
* Remove the ar9285FillVpdTable() and just use ar5416FillVpdTable().adrian2011-03-113-39/+7
* Bring over the same fix from the AR5416 PDADC calibration code.adrian2011-03-111-1/+4
* Don't call ar5416SetTransmitPower() directly from ar5416SetTxPowerLimit();adrian2011-03-111-2/+2
* Kite is a 1x1 stream device.adrian2011-03-101-2/+2
* Now that the power curve adjustment code is in, disable the error checkadrian2011-03-101-5/+2
* Port over the v14 eeprom PDADC curve changes from ath9k.adrian2011-03-101-2/+76
* Merlin fix - first pdadc gain index is 0 - minpwr/2 .adrian2011-03-101-1/+4
* Migrate the regulatory database definitions into separate header filesadrian2011-03-107-1577/+1746
OpenPOWER on IntegriCloud