summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/ath_hal
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert a local change that should not have been in the last commit.phk2009-06-281-1/+1
* There are a number of ways an application can check if there arephk2009-06-281-1/+1
* Add HAL_RX_FILTER_BSSID support (to disable bssid match):sam2009-06-276-7/+29
* purge HAL_TXSTAT_ALTRATE; you can figure this out by checking ts_finaltsisam2009-06-133-14/+7
* correct HAL_INT_BNR comment, this bit is mapped directly the h/w nowsam2009-05-191-1/+1
* add TBTT interrupt support; this was added in Griffin so consumers shouldsam2009-05-194-5/+15
* minor cleanupsam2009-05-192-18/+14
* remove special handling for BNR; it is direct mapped to the harwdare sosam2009-05-196-16/+5
* add HAL_CAP_INTRMASK to return the set of interrupts supported by the devicesam2009-05-197-1/+36
* kill more portability functions that are no longer usefulsam2009-05-081-2/+2
* add support for the Beacon Not Ready (BNR) interruptsam2009-05-063-2/+14
* o eliminate a << in calculating the tx time for turbo mode by pre-multiplyingsam2009-04-134-35/+34
* check the method pointer before invoking ah_eepromDetach as it cansam2009-04-091-2/+4
* purge hal abi support; now that the hal is merged w/ the driversam2009-03-194-5/+0
* preliminary ar9280 support:sam2009-03-128-646/+2987
* add assertssam2009-03-121-0/+2
* remove ar9160Detach; it does nothingsam2009-03-091-14/+1
* fix typo'ssam2009-02-241-2/+2
* move attach debug msg to the rf backendsam2009-02-243-4/+2
* Add PCIE power control api:sam2009-02-2415-42/+162
OpenPOWER on IntegriCloud