summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove the ath_rate module dependency; it's all bundledsam2009-01-061-1/+0
* remove module glue, it's not used any moresam2009-01-063-81/+0
* 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
OpenPOWER on IntegriCloud