summaryrefslogtreecommitdiffstats
path: root/net/mac80211/rc80211_minstrel.h
Commit message (Expand)AuthorAgeFilesLines
* mac80211: rc80211_minstrel: remove variance / stddev calculationFelix Fietkau2018-10-111-25/+1
* mac80211: minstrel: merge with minstrel_ht, always enable VHT supportFelix Fietkau2018-10-111-2/+0
* mac80211: minstrel: remove unnecessary debugfs cleanup codeFelix Fietkau2018-10-111-7/+0
* mac80211: minstrel: make prob_ewma u16 instead of u32Felix Fietkau2016-12-151-1/+1
* mac80211: minstrel: store probability variance instead of standard deviationFelix Fietkau2016-12-151-11/+14
* mac80211: minstrel: reduce MINSTREL_SCALEFelix Fietkau2016-12-151-1/+1
* mac80211: minstrel: remove cur_prob from debugfsFelix Fietkau2016-12-151-2/+0
* mac80211: minstrel_ht: make att_hist and succ_hist u32 instead of u64Felix Fietkau2016-12-151-1/+1
* mac80211: add standard deviation to Minstrel statsThomas Huehn2015-04-011-1/+21
* mac80211: reduce calculation costs of EWMAThomas Huehn2015-04-011-1/+6
* mac80211: add max lossless throughput per rateThomas Huehn2015-04-011-1/+1
* mac80211: restructure per-rate throughput calculation into functionThomas Huehn2015-04-011-3/+1
* mac80211: improve Minstrel variable & function namingThomas Huehn2015-04-011-5/+8
* mac80211: unify Minstrel & Minstrel-HTs calculation of rate statisticsThomas Huehn2015-04-011-0/+3
* mac80211: add new Minstrel statistic output via csvThomas Huehn2015-04-011-3/+3
* mac80211: minstrel: reduce size of struct minstrel_rate_statsFelix Fietkau2014-12-191-7/+8
* mac80211: Unify rate statistic variables between Minstrel & Minstrel_HTThomas Huehn2014-09-111-19/+24
* mac80211: make rate control ops constJohannes Berg2014-02-041-1/+1
* mac80211/minstrel: use the new rate control APIFelix Fietkau2013-04-221-0/+2
* mac80211: optimize minstrel_ewmaKarl Beldan2013-04-171-2/+3
* mac80211: improve minstrels rate sorting by means of throughput & probabilityThomas Huehn2013-03-061-3/+5
* mac80211: add lowest rate into minstrel's random rate sampling tableThomas Huehn2013-03-061-1/+3
* mac80211: extend minstrel's rate sampling to avoid unsampled ratesThomas Huehn2013-03-061-0/+1
* mac80211: add documentation and verbose variable names inThomas Huehn2013-03-061-1/+1
* mac80211: merge value scaling macros of minstrel_ht and minstrelThomas Huehn2013-03-061-0/+5
* mac80211: merge EWMA calculation of minstrel_ht and minstrelThomas Huehn2013-03-061-1/+12
* mac80211/minstrel_ht: add support for using CCK ratesFelix Fietkau2013-02-131-0/+2
* minstrel_ht: fixed rate mode through debugfsZefir Kurtisi2011-06-011-0/+12
* minstrel: make the rate control ops reusable from another rc implementationFelix Fietkau2010-03-101-0/+6
* minstrel: simplify and fix debugfs codeFelix Fietkau2010-03-101-0/+5
* mac80211: Remove unnused throughput field from minstrel_rate.Arnd Hannemann2009-08-281-1/+0
* minstrel: improve performance for non-MRR driversFelix Fietkau2008-10-311-0/+2
* mac80211: add the 'minstrel' rate control algorithmFelix Fietkau2008-10-061-0/+85