summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/ath_rate
Commit message (Expand)AuthorAgeFilesLines
* save changes for handling 5416/5418 partssam2007-01-152-28/+30
* Track v0.9.20.3 hal:sam2006-12-134-219/+213
* add missing \n'ssam2006-07-261-2/+2
* correct ni_txrate when using a fixed rate; fixes current rate reportingsam2006-03-091-1/+4
* fix comment and whitespacesam2006-02-131-3/+2
* move mgt frame tx rate responsibility from the rate control modulessam2006-02-093-25/+2
* sync with latest code in madwifisam2006-02-092-146/+185
* bandaid inconsistent state handling: the rate index map may besam2005-11-151-0/+5
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-092-2/+2
* diff reduction against p4: define IEEE80211_FIXED_RATE_NONE and usesam2005-07-223-5/+7
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-102-4/+4
* fix size_to_binsam2005-04-021-1/+1
* nuke unintentional use of HAL_BOOL typesam2005-04-023-6/+6
* o fix bug where rate wouldn't lift off lowest setting when operating assam2005-03-301-24/+47
* rev rate control api to pass the both the first+last tx descriptorssam2005-03-302-4/+4
* sync rates for any associated stations or neighbors on state transitionsam2005-03-291-1/+16
* simplify callbacksam2005-03-292-4/+8
* fix braino introduced when converting from madwifisam2005-03-201-1/+1
* eliminate mid-block variable declssam2005-03-201-5/+4
* version 1.1 (with cleanups)sam2005-03-192-222/+533
* Adding missing module dependency. This should fix the undefined symbolavatar2005-03-111-0/+1
* SampleRate rate control algorithm for the ath driversam2005-03-112-0/+744
* statically allocate the station/neighbor node table; the deferredsam2005-01-242-8/+6
* bump copyright for 2005sam2004-12-314-4/+4
* Like on the ath_rate_onoe component, make this compile on amd64. Convertpeter2004-12-151-2/+2
* Make this amd64-clean. sizeof is long on amd64, so things that do a printfpeter2004-12-151-1/+1
* Transmit rate control modules for the ath driver.sam2004-12-084-0/+1219
OpenPOWER on IntegriCloud