summaryrefslogtreecommitdiff
path: root/sys/dev/ath/ath_rate
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.2 to release/7.2.0 for FreeBSD 7.2-RELEASE.release/7.2.0_cvsKen Smith2009-05-016-6/+6
* Merge the open source Atheros HAL from HEAD to STABLE.Bruce M Simpson2009-03-123-85/+3
* MFC 1.19:Sam Leffler2007-10-161-18/+34
* convert hardware rate codes to IEEE rate codes with a lookup tableSam Leffler2007-09-171-34/+18
* First in a series of changes to remove the now-unused Giant compatibilityRobert Watson2007-07-272-2/+2
* Update 802.11 wireless support:Sam Leffler2007-06-113-29/+32
* update copyrights to 2007 and convert to be 2-clause bsd-onlySam Leffler2007-06-062-17/+3
* save changes for handling 5416/5418 partsSam Leffler2007-01-152-28/+30
* Track v0.9.20.3 hal:Sam Leffler2006-12-134-216/+210
* add missing \n'sSam Leffler2006-07-261-2/+2
* correct ni_txrate when using a fixed rate; fixes current rate reportingSam Leffler2006-03-091-1/+4
* fix comment and whitespaceSam Leffler2006-02-131-3/+2
* move mgt frame tx rate responsibility from the rate control modulesSam Leffler2006-02-093-25/+2
* sync with latest code in madwifiSam Leffler2006-02-092-146/+185
* bandaid inconsistent state handling: the rate index map may beSam Leffler2005-11-151-0/+5
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-092-2/+2
* diff reduction against p4: define IEEE80211_FIXED_RATE_NONE and useSam Leffler2005-07-223-5/+7
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-102-4/+4
* fix size_to_binSam Leffler2005-04-021-1/+1
* nuke unintentional use of HAL_BOOL typeSam Leffler2005-04-023-6/+6
* o fix bug where rate wouldn't lift off lowest setting when operating asSam Leffler2005-03-301-24/+47
* rev rate control api to pass the both the first+last tx descriptorsSam Leffler2005-03-302-4/+4
* sync rates for any associated stations or neighbors on state transitionSam Leffler2005-03-291-1/+16
* simplify callbackSam Leffler2005-03-292-4/+8
* fix braino introduced when converting from madwifiSam Leffler2005-03-201-1/+1
* eliminate mid-block variable declsSam Leffler2005-03-201-5/+4
* version 1.1 (with cleanups)Sam Leffler2005-03-192-222/+533
* Adding missing module dependency. This should fix the undefined symbolTai-hwa Liang2005-03-111-0/+1
* SampleRate rate control algorithm for the ath driverSam Leffler2005-03-112-0/+744
* statically allocate the station/neighbor node table; the deferredSam Leffler2005-01-242-8/+6
* bump copyright for 2005Sam Leffler2004-12-314-4/+4
* Like on the ath_rate_onoe component, make this compile on amd64. ConvertPeter Wemm2004-12-151-2/+2
* Make this amd64-clean. sizeof is long on amd64, so things that do a printfPeter Wemm2004-12-151-1/+1
* Transmit rate control modules for the ath driver.Sam Leffler2004-12-084-0/+1219