summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/ath_rate
Commit message (Expand)AuthorAgeFilesLines
* purge HAL_TXSTAT_ALTRATE; you can figure this out by checking ts_finaltsisam2009-06-131-2/+2
* add a debug msg for when a fixed transmit rate is not applied becausesam2009-04-131-0/+9
* correct fixed rate handling; the rixmap was changed a while backsam2009-01-071-16/+11
* remove module glue, it's not used any moresam2009-01-063-81/+0
* Switch to ath hal source code. Note this removes the ath_halsam2008-12-013-4/+3
* cover up sun4v namespace pollutionsam2008-11-301-0/+3
* Major overhaul:sam2008-11-302-382/+569
* o With the addition of HT rates the set of h/w codes has a much wider rangesam2008-10-271-5/+7
* move complaints about bad rate codes up a level so we can printsam2008-10-271-16/+24
* remove driver-private equivalent of ni_txparms; it's now superfluoussam2008-10-273-5/+3
* now that the new association callback is used when joining a bss we cansam2008-10-273-114/+0
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-206-251/+156
* revert 1.18: the negotiated rate set may not match the halsam2007-10-131-18/+34
* convert hardware rate codes to IEEE rate codes with a lookup tablesam2007-09-171-34/+18
* First in a series of changes to remove the now-unused Giant compatibilityrwatson2007-07-272-2/+2
* Update 802.11 wireless support:sam2007-06-113-29/+32
* update copyrights to 2007 and convert to be 2-clause bsd-onlysam2007-06-062-17/+3
* 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