aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/ath_rate/sample
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the order of parameters passed to the HT frame duration calculation.Adrian Chadd2011-09-111-4/+5
* Modify the sample rate control algorithm to only select/sample HTAdrian Chadd2011-05-181-8/+26
* Disconnect sun4v architecture from the three.Attilio Rao2011-05-141-1/+1
* After discussing with Bernhard, the "right" way in net80211 to checkAdrian Chadd2011-03-251-3/+3
* Fix static ucastrate for ath_rate_sample.Adrian Chadd2011-03-211-32/+57
* The sample rate module currently does the slightly wrong thing whenAdrian Chadd2011-03-031-0/+1
* Modify the sample rate module output to be (slightly) easier to understand.Adrian Chadd2011-03-031-11/+19
* Properly propagate whether the channel is HT40 or not when calculatingAdrian Chadd2011-02-172-9/+14
* Commit some missing bits to the sample rate module to (more) correctly calcul...Adrian Chadd2011-02-081-6/+14
* Add a new method to the rate control modules which extract out theAdrian Chadd2011-02-011-0/+24
* (Mostly) teach ath_rate_sample about MCS rates.Adrian Chadd2011-01-282-93/+245
* Migrate the sample rate module to the new ath_hal_gettxcompletionrates() API.Adrian Chadd2011-01-202-98/+35
* purge HAL_TXSTAT_ALTRATE; you can figure this out by checking ts_finaltsiSam Leffler2009-06-131-2/+2
* add a debug msg for when a fixed transmit rate is not applied becauseSam Leffler2009-04-131-0/+9
* correct fixed rate handling; the rixmap was changed a while backSam Leffler2009-01-071-16/+11
* remove module glue, it's not used any moreSam Leffler2009-01-061-27/+0
* Switch to ath hal source code. Note this removes the ath_halSam Leffler2008-12-011-2/+1
* cover up sun4v namespace pollutionSam Leffler2008-11-301-0/+3
* Major overhaul:Sam Leffler2008-11-302-380/+567
* o With the addition of HT rates the set of h/w codes has a much wider rangeSam Leffler2008-10-271-5/+7
* move complaints about bad rate codes up a level so we can printSam Leffler2008-10-271-16/+24
* remove driver-private equivalent of ni_txparms; it's now superfluousSam Leffler2008-10-271-1/+1
* now that the new association callback is used when joining a bss we canSam Leffler2008-10-271-28/+0
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-202-75/+60
* revert 1.18: the negotiated rate set may not match the halSam Leffler2007-10-131-18/+34
* convert hardware rate codes to IEEE rate codes with a lookup tableSam Leffler2007-09-171-34/+18
* Update 802.11 wireless support:Sam Leffler2007-06-111-9/+12
* save changes for handling 5416/5418 partsSam Leffler2007-01-152-28/+30
* Track v0.9.20.3 hal:Sam Leffler2006-12-132-209/+201
* 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-091-17/+0
* 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
* diff reduction against p4: define IEEE80211_FIXED_RATE_NONE and useSam Leffler2005-07-221-1/+1
* fix size_to_binSam Leffler2005-04-021-1/+1
* nuke unintentional use of HAL_BOOL typeSam Leffler2005-04-021-2/+2
* o fix bug where rate wouldn't lift off lowest setting when operating asSam Leffler2005-03-301-24/+47
* sync rates for any associated stations or neighbors on state transitionSam Leffler2005-03-291-1/+16
* 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