summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/ath_rate/sample/sample.c
Commit message (Expand)AuthorAgeFilesLines
* Replay r286410. Change KPI of how device drivers that provide wirelessglebius2015-08-271-6/+3
* Revert the wifi ifnet changes until things are more baked and tested.adrian2015-08-081-3/+6
* Change KPI of how device drivers that provide wireless connectivity interactglebius2015-08-071-6/+3
* Use device_printf() instead of if_printf(). No functional changes.glebius2015-05-291-5/+8
* Print out the final_rix if there's a problem.adrian2015-01-281-2/+2
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+2
* I give up - just throw the EWMA update into the normal update_stats()adrian2013-02-271-105/+27
* Update the EWMA statistics for each intermediary rate as well as the finaladrian2013-02-261-10/+33
* I've had some feedback that CCK rates are more reliable than MCS 0adrian2012-10-311-0/+17
* Improve performance of the Sample rate algorithm on 802.11n networks.adrian2012-09-171-15/+5
* Improve the sample rate logging.adrian2012-08-271-2/+3
* Fix buildkib2012-08-151-2/+2
* Extend the sample mask from 32 bits to 64 bits.adrian2012-08-151-18/+22
* Fix a case of "mis-located braces".adrian2012-08-011-2/+2
* Allow 802.11n hardware to support multi-rate retry when RTS/CTS isadrian2012-07-311-3/+9
* Introduce a rate table TLV so rate table statistics consumersadrian2012-07-201-24/+38
* Add a per-node rate control routine for each rate control module.adrian2012-07-201-8/+73
* In a complete lack of foresight on my part, my previous commit brokeadrian2012-06-241-0/+1
* Add in some debugging code to check whether the current rate table hasadrian2012-02-261-0/+24
* Fix the compile to work when IEEE80211_DEBUG isn't defined.adrian2011-11-091-0/+2
* Introduce TX aggregation and software TX queue managementadrian2011-11-081-104/+406
* Some cosmetic fixes to ath_rate_sample.adrian2011-11-081-5/+11
* Modify the sample rate control algorithm to only select/sample HTadrian2011-05-181-8/+26
* After discussing with Bernhard, the "right" way in net80211 to checkadrian2011-03-251-3/+3
* Fix static ucastrate for ath_rate_sample.adrian2011-03-211-32/+57
* The sample rate module currently does the slightly wrong thing whenadrian2011-03-031-0/+1
* Modify the sample rate module output to be (slightly) easier to understand.adrian2011-03-031-11/+19
* Properly propagate whether the channel is HT40 or not when calculatingadrian2011-02-171-6/+9
* Add a new method to the rate control modules which extract out theadrian2011-02-011-0/+24
* (Mostly) teach ath_rate_sample about MCS rates.adrian2011-01-281-94/+53
* Migrate the sample rate module to the new ath_hal_gettxcompletionrates() API.adrian2011-01-201-58/+36
* 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-061-27/+0
* Switch to ath hal source code. Note this removes the ath_halsam2008-12-011-2/+1
* cover up sun4v namespace pollutionsam2008-11-301-0/+3
* Major overhaul:sam2008-11-301-360/+544
* 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-271-1/+1
* now that the new association callback is used when joining a bss we cansam2008-10-271-28/+0
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-74/+58
* 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
* Update 802.11 wireless support:sam2007-06-111-9/+12
* save changes for handling 5416/5418 partssam2007-01-151-28/+20
* Track v0.9.20.3 hal:sam2006-12-131-125/+163
* correct ni_txrate when using a fixed rate; fixes current rate reportingsam2006-03-091-1/+4
* fix comment and whitespacesam2006-02-131-3/+2
OpenPOWER on IntegriCloud