summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/ath_hal
Commit message (Expand)AuthorAgeFilesLines
* Fix indenting/whitespace issues introduced by me.adrian2010-08-151-1/+1
* The comment is misleading - that register setting seems to kick off theadrian2010-08-151-0/+1
* A local addition, not imported from ath9k.adrian2010-08-141-0/+1
* * Merge in AR9160 initval updates from Linux-2.6.34.adrian2010-08-141-9/+11
* Merge in a fix for the power/(gain?) calculation. Apply it to bothadrian2010-08-142-2/+2
* Fix the calibration logic to correctly clamp the calculated coefficient.adrian2010-08-141-1/+1
* * Fix indentationadrian2010-08-121-1/+2
* Loading the NF CCA values may take longer than expected to occur.adrian2010-08-121-6/+15
* Use ar5212IsNFCalInProgress() to check for NF calibration progress.adrian2010-08-121-1/+1
* Fix indentation.adrian2010-08-121-1/+1
* Ensure that the correct rxchainmask is used when doing calibration in theadrian2010-08-121-0/+7
* Internal NF calibration should not occur in parallel with any otheradrian2010-08-121-1/+12
* Add a couple of functions to check NF calibration progress / completion.adrian2010-08-122-0/+39
* Bring over ar5416 inivals from Linux-2.6.34.adrian2010-08-101-36/+39
* Re-format the ar5416 inivals to be consistent with whatadrian2010-08-101-37/+37
* Fix typo introduced in previous revision.rpaulo2010-06-271-1/+1
* Fix the AR_SREV_MERLIN_20_OR_LATER() check.rpaulo2010-06-261-1/+1
* Rewrite ar9285SetBoardValues() to match what ath9k does and fix out ofrpaulo2010-06-011-89/+42
* Bring in a couple of fixes from the Linux ath9k related to chip hangs.rpaulo2010-06-018-25/+53
* Fix an off by one in ar9285SetPowerCalTable().rpaulo2010-06-011-1/+1
* Due to the way HALDEBUG() is defined, we need to add curly bracketsrpaulo2010-05-291-2/+3
* Due to the way HALDEBUG() is defined, we need to add curly brackets whenrpaulo2010-05-291-1/+2
* Don't shadow the global variable 'version'.rpaulo2010-05-291-6/+6
* The Atheros AR71xx CPUs, when paired with the AR5212 parts, has a bugimp2010-05-011-0/+8
* Remove svn:executable prop.rpaulo2010-04-121-0/+0
* Setup the correct RX/TX chainmask when we play with the antennarpaulo2010-04-091-2/+2
* Introduce ath_hal_setInterrupts(), a macro for ah_setInterrupts().rpaulo2010-03-032-2/+4
* Replace Id keyword with FreeBSD keyword and set the svn props correctly.rpaulo2010-03-0337-37/+37
* Couple of suggestions from Sam regarding latest commit:rpaulo2010-03-027-13/+13
* Properly setup the TX FIFO threshold for AR5416 based chipsets,rpaulo2010-03-016-5/+22
* Fix Kite and Merlin version check.rpaulo2010-02-161-2/+2
* Fix KITE version check.rpaulo2010-02-151-3/+3
* Bring back AR9285 support. This fixes most of the issues and should berpaulo2010-02-1510-21/+1485
* Revert part of the 9285 support because it breaks the 9280 support. I'llrpaulo2010-02-147-446/+135
* 't' stands for Turbo and is a valid mode, so fix previous commit.rpaulo2010-02-101-1/+1
* Fix TX power problems with AR9285.rpaulo2010-02-087-49/+102
* Fix typo in comment.rpaulo2010-02-081-1/+1
* Add support for the AR9285 chipset, which is found on many netbooksrpaulo2010-01-2916-157/+1952
* Replace Id keyword with the FreeBSD keyword.rpaulo2010-01-2910-10/+10
* Replace Id keyword with the FreeBSD keyword.rpaulo2010-01-291-1/+1
* Spell "Hz" correctly wherever it is user-visible.gavin2010-01-121-1/+1
* Remove extraneous semicolons, no functional changes.mbr2010-01-073-3/+3
* Add WorldB SKU.rpaulo2009-11-181-0/+27
* Atheros EEPROM version 4K. This version is mostly based on version 1.4.rpaulo2009-10-102-0/+561
* Revert previous commit and add myself to the list of people who shouldphk2009-09-082-3/+0
* Add necessary include.phk2009-09-082-0/+3
* fix extraneous return that can cause a memory leaksam2009-09-071-1/+1
* change default regdomain for thailandsam2009-08-271-1/+1
* Fix handling of AR_RX_FILTER_BSSID: write the shadow value for AR_MISC_MODEsam2009-07-211-5/+5
* Fix ar5416 and later parts on big-endian platforms: setup the h/w bytesam2009-07-071-15/+14
OpenPOWER on IntegriCloud