summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/ath_hal
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-2413-19/+42
* 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-235-9/+3
* 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-235-32/+6
* print mac+rf part names; drop the printing 2ghz rf stuff (might come back)sam2009-02-233-2/+87
* correct SIFS setting; there is a 2usec adjustment between the calculatedsam2009-02-201-2/+2
* don't adjust core clk conversions for 1/2 and 1/4 rate channels; thesam2009-02-201-8/+0
* Cleanup ath_hal_computetxtime's handling of 1/2 and 1/4-width channels:sam2009-02-193-86/+74
* add HAL_DIAG_SETREGS to write registers via the diag apisam2009-02-192-4/+20
* whitespacesam2009-02-191-2/+2
* Recognize AR5212_AR2317_REV2 in ar5312Probe()sam2009-02-131-0/+1
* fix both instances of namesam2009-02-111-1/+1
* fix typo in AH_CHIP definitionsam2009-02-111-1/+1
* gcc 4.3.2 examines getLowerUpperIndex() and concludes that it's notsam2009-02-111-0/+1
* consolidate conditional codesam2009-02-101-4/+2
* fix 11n channel constructionsam2009-02-071-6/+6
* add macro for future regulatory modssam2009-02-071-0/+5
* add PSB channels to the calibration listsam2009-02-061-3/+12
* eliminate gainFCorrection; just have ar5212GetGainFCorrection returnsam2009-02-052-11/+12
* improve IQ cal debug msgs; in particular don't scare people by screamingsam2009-02-051-13/+7
* fill in ar5212ResetCalValid; reset the IQ valid flag on the channelsam2009-02-051-1/+10
* stylesam2009-02-051-1/+2
* replace r/w idiom with OS_REG_SET_BIT (to match other code)sam2009-02-051-3/+2
* fix compilation w/ AH_DEBUGsam2009-02-032-2/+2
* o make SAVE_CCK slightly less error prone by always writing the _flagsam2009-02-021-2/+3
* restore variable initialization removed in r187831; this brokesam2009-02-021-1/+1
* Overhaul regulatory support:sam2009-01-2836-3140/+2348
* fix return status handling by ar5XXXReset; this is the reason thesam2009-01-235-10/+10
* correct typo that left programmed sifs time in the slot timesam2009-01-212-3/+3
* export PSB frequenciessam2009-01-161-4/+13
* On some platforms touching the bb registers when the phy is poweredsam2009-01-131-2/+3
* Correct 5212 ani support so that max noise immunity, spur immunity, andsam2008-12-191-10/+10
* fix ini setupsam2008-12-151-1/+1
* o remove dead codesam2008-12-131-21/+4
* remove dead codesam2008-12-131-12/+0
* add constsam2008-12-131-4/+4
* fix static const ordersam2008-12-131-3/+3
* fix static const ordersam2008-12-131-2/+2
* remove duplicate casesam2008-12-131-2/+1
* remove conflicting declsam2008-12-131-3/+1
* add missing breaksam2008-12-111-1/+2
* add missing breaksam2008-12-111-1/+2
* import ath halsam2008-12-01110-0/+52514
OpenPOWER on IntegriCloud