summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/ath_hal/ar5416
Commit message (Expand)AuthorAgeFilesLines
* 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
* Couple of suggestions from Sam regarding latest commit:rpaulo2010-03-023-4/+4
* Properly setup the TX FIFO threshold for AR5416 based chipsets,rpaulo2010-03-013-2/+8
* 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-159-21/+1481
* 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-086-48/+100
* Fix typo in comment.rpaulo2010-02-081-1/+1
* Add support for the AR9285 chipset, which is found on many netbooksrpaulo2010-01-2913-150/+1946
* Replace Id keyword with the FreeBSD keyword.rpaulo2010-01-2910-10/+10
* Replace Id keyword with the FreeBSD keyword.rpaulo2010-01-291-1/+1
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* 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-271-0/+1
* purge HAL_TXSTAT_ALTRATE; you can figure this out by checking ts_finaltsisam2009-06-131-6/+3
* remove special handling for BNR; it is direct mapped to the harwdare sosam2009-05-191-4/+0
* add HAL_CAP_INTRMASK to return the set of interrupts supported by the devicesam2009-05-191-0/+11
* kill more portability functions that are no longer usefulsam2009-05-081-2/+2
* add support for the Beacon Not Ready (BNR) interruptsam2009-05-061-0/+4
* preliminary ar9280 support:sam2009-03-128-646/+2987
* 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-246-3/+76
* Fill in gpio support for 5416 and later parts:sam2009-02-245-49/+208
* misc fixups, mostly for code not compiled yetsam2009-02-241-10/+11
* 5416 and later parts mux the gpio outputs; extend the api to includesam2009-02-242-3/+4
* move eeprom attach above first reset as the reset code checks thesam2009-02-242-8/+8
* attach methods don't need to be public, make 'em staticsam2009-02-233-6/+2
* 5416 and later parts get the radio rev differently; add ar5416GetRadioRevsam2009-02-233-2/+18
* remove private copies of gpio methods that were needed when the halsam2009-02-231-6/+1
* print mac+rf part names; drop the printing 2ghz rf stuff (might come back)sam2009-02-231-2/+2
* gcc 4.3.2 examines getLowerUpperIndex() and concludes that it's notsam2009-02-111-0/+1
* fix compilation w/ AH_DEBUGsam2009-02-031-1/+1
* Overhaul regulatory support:sam2009-01-287-413/+308
* fix return status handling by ar5XXXReset; this is the reason thesam2009-01-231-2/+2
* import ath halsam2008-12-0126-0/+11315
OpenPOWER on IntegriCloud