aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/rc80211_minstrel.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-11mac80211: minstrel_ht: rename prob_ewma to prob_avg, use it for the new averageFelix Fietkau1-14/+9
2019-10-11mac80211: minstrel_ht: replace rate stats ewma with a better moving averageFelix Fietkau1-1/+55
2019-08-21mac80211: minstrel_ht: improve rate probing for devices with static fallbackFelix Fietkau1-0/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-10-11mac80211: rc80211_minstrel: remove variance / stddev calculationFelix Fietkau1-25/+1
2018-10-11mac80211: minstrel: merge with minstrel_ht, always enable VHT supportFelix Fietkau1-2/+0
2018-10-11mac80211: minstrel: remove unnecessary debugfs cleanup codeFelix Fietkau1-7/+0
2016-12-15mac80211: minstrel: make prob_ewma u16 instead of u32Felix Fietkau1-1/+1
2016-12-15mac80211: minstrel: store probability variance instead of standard deviationFelix Fietkau1-11/+14
2016-12-15mac80211: minstrel: reduce MINSTREL_SCALEFelix Fietkau1-1/+1
2016-12-15mac80211: minstrel: remove cur_prob from debugfsFelix Fietkau1-2/+0
2016-12-15mac80211: minstrel_ht: make att_hist and succ_hist u32 instead of u64Felix Fietkau1-1/+1
2015-04-01mac80211: add standard deviation to Minstrel statsThomas Huehn1-1/+21
2015-04-01mac80211: reduce calculation costs of EWMAThomas Huehn1-1/+6
2015-04-01mac80211: add max lossless throughput per rateThomas Huehn1-1/+1
2015-04-01mac80211: restructure per-rate throughput calculation into functionThomas Huehn1-3/+1
2015-04-01mac80211: improve Minstrel variable & function namingThomas Huehn1-5/+8
2015-04-01mac80211: unify Minstrel & Minstrel-HTs calculation of rate statisticsThomas Huehn1-0/+3
2015-04-01mac80211: add new Minstrel statistic output via csvThomas Huehn1-3/+3
2014-12-19mac80211: minstrel: reduce size of struct minstrel_rate_statsFelix Fietkau1-7/+8
2014-09-11mac80211: Unify rate statistic variables between Minstrel & Minstrel_HTThomas Huehn1-19/+24
2014-02-04mac80211: make rate control ops constJohannes Berg1-1/+1
2013-04-22mac80211/minstrel: use the new rate control APIFelix Fietkau1-0/+2
2013-04-17mac80211: optimize minstrel_ewmaKarl Beldan1-2/+3
2013-03-06mac80211: improve minstrels rate sorting by means of throughput & probabilityThomas Huehn1-3/+5
2013-03-06mac80211: add lowest rate into minstrel's random rate sampling tableThomas Huehn1-1/+3
2013-03-06mac80211: extend minstrel's rate sampling to avoid unsampled ratesThomas Huehn1-0/+1
2013-03-06mac80211: add documentation and verbose variable names inThomas Huehn1-1/+1
2013-03-06mac80211: merge value scaling macros of minstrel_ht and minstrelThomas Huehn1-0/+5
2013-03-06mac80211: merge EWMA calculation of minstrel_ht and minstrelThomas Huehn1-1/+12
2013-02-13mac80211/minstrel_ht: add support for using CCK ratesFelix Fietkau1-0/+2
2011-06-01minstrel_ht: fixed rate mode through debugfsZefir Kurtisi1-0/+12
2010-03-10minstrel: make the rate control ops reusable from another rc implementationFelix Fietkau1-0/+6
2010-03-10minstrel: simplify and fix debugfs codeFelix Fietkau1-0/+5
2009-08-28mac80211: Remove unnused throughput field from minstrel_rate.Arnd Hannemann1-1/+0
2008-10-31minstrel: improve performance for non-MRR driversFelix Fietkau1-0/+2
2008-10-06mac80211: add the 'minstrel' rate control algorithmFelix Fietkau1-0/+85