summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
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-2415-25/+52
* 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-234-28/+90
* 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
* remove private support for IEEE80211_MODE_HALF and IEEE80211_MODE_QUARTERsam2009-02-192-9/+2
* 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
* add SIOCZATHSTATS ioctl to zero driver statisticssam2009-02-132-0/+7
* add driver stat to count tx drops due to insufficient frag bufferssam2009-02-132-3/+3
* 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
* don't do phantom beacon miss checking for s/w beacon miss handling,sam2009-02-101-17/+22
* mark the CLR key installed for open auth stations such that it is reclaimedsam2009-02-101-0/+2
* add hw.ath.bstuck to control the stuck beacon thresholdsam2009-02-101-2/+6
* on resume ah_curchan may be NULL if no channel change has been done;sam2009-02-101-1/+3
* consolidate conditional codesam2009-02-101-4/+2
* count stuck beacon eventssam2009-02-071-0/+1
* 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
* Minor packet drop improvements:sam2009-02-052-4/+11
* 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-2838-3423/+2411
* change ic_getradiocaps driver callback to include the max # channelssam2009-01-271-2/+2
* fix return status handling by ar5XXXReset; this is the reason thesam2009-01-235-10/+10
* don't run the calibration code if scanning, we won't be on the home channelsam2009-01-231-0/+4
* 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
* TDMA support for long distance point-to-point links using ath devices:sam2009-01-083-50/+734
* correct fixed rate handling; the rixmap was changed a while backsam2009-01-071-16/+11
OpenPOWER on IntegriCloud