aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/rc80211_minstrel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-22mac80211: remove legacy minstrel rate controlFelix Fietkau1-574/+0
2020-11-12mac80211: minstrel: fix tx status processing corner caseFelix Fietkau1-1/+1
2020-11-12mac80211: minstrel: remove deferred sampling codeFelix Fietkau1-21/+4
2019-10-11mac80211: minstrel_ht: rename prob_ewma to prob_avg, use it for the new averageFelix Fietkau1-20/+20
2019-10-11mac80211: minstrel_ht: replace rate stats ewma with a better moving averageFelix Fietkau1-4/+9
2019-10-11mac80211: minstrel: remove divisions in tx status pathFelix Fietkau1-2/+1
2019-06-14mac80211: call rate_control_send_low() internallyJohannes Berg1-4/+0
2018-10-11mac80211: rc80211_minstrel: remove variance / stddev calculationFelix Fietkau1-6/+0
2018-10-11mac80211: minstrel: merge with minstrel_ht, always enable VHT supportFelix Fietkau1-152/+0
2018-10-11mac80211: minstrel: remove unnecessary debugfs cleanup codeFelix Fietkau1-6/+2
2018-10-02mac80211: Remove unused initializationMasashi Honma1-1/+1
2018-07-24net: remove blank lines at end of fileStephen Hemminger1-1/+0
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-1/+1
2017-04-28mac80211: make rate control tx status API more extensibleFelix Fietkau1-3/+3
2016-12-15mac80211: minstrel: avoid port control frames for samplingThomas Huehn1-0/+5
2016-12-15mac80211: minstrel: store probability variance instead of standard deviationFelix Fietkau1-4/+4
2016-12-15mac80211: minstrel: remove cur_prob from debugfsFelix Fietkau1-4/+6
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-3/+3
2016-02-02mac80211: minstrel: Change expected throughput unit back to KbpsSven Eckelmann1-1/+1
2015-08-13mac80211: fix invalid read in minstrel_sort_best_tp_rates()Adrien Schildknecht1-5/+6
2015-04-01mac80211: add standard deviation to Minstrel statsThomas Huehn1-5/+14
2015-04-01mac80211: add max lossless throughput per rateThomas Huehn1-8/+19
2015-04-01mac80211: restructure per-rate throughput calculation into functionThomas Huehn1-15/+28
2015-04-01mac80211: improve Minstrel variable & function namingThomas Huehn1-13/+13
2015-04-01mac80211: unify Minstrel & Minstrel-HTs calculation of rate statisticsThomas Huehn1-16/+28
2015-02-24mac80211/minstrel: fix !x!=0 confusionJiri Slaby1-1/+1
2014-12-19mac80211: minstrel: reduce size of struct minstrel_rate_statsFelix Fietkau1-3/+3
2014-11-28mac80211: minstrel: switch to .tx_status_noskbFelix Fietkau1-3/+2
2014-10-31mac80211: fix spelling errorsStephen Hemminger1-1/+1
2014-09-11mac80211: Unify rate statistic variables between Minstrel & Minstrel_HTThomas Huehn1-47/+51
2014-05-21mac80211: export the expected throughputAntonio Quartulli1-0/+12
2014-02-04mac80211: make rate control ops constJohannes Berg1-1/+1
2013-12-18mac80211: fix checkpatch errorsWeilong Chen1-4/+4
2013-11-25mac80211: minstrels: spare numerous useless calls to get_random_bytesKarl Beldan1-2/+1
2013-09-26mac80211: add fixed_rate management to minstrel rcLorenzo Bianconi1-0/+14
2013-08-01Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-7/+26
2013-07-16mac80211/minstrel: fix NULL pointer dereference issueFelix Fietkau1-1/+2
2013-07-16mac80211: fix timing for 5 MHz and 10 MHz channelsSimon Wunderlich1-6/+24
2013-07-16mac80211/rc80211: add chandef to rate initializationSimon Wunderlich1-1/+2
2013-04-22mac80211/minstrel: use the new rate control APIFelix Fietkau1-91/+109
2013-04-16mac80211: fix CTS protection handlingFelix Fietkau1-2/+4
2013-03-06mac80211: improve minstrels rate sorting by means of throughput & probabilityThomas Huehn1-31/+40
2013-03-06mac80211: treat minstrel success probabilities below 10% as implausibleThomas Huehn1-1/+6
2013-03-06mac80211: add lowest rate into minstrel's random rate sampling tableThomas Huehn1-13/+7
2013-03-06mac80211: extend minstrel's rate sampling to avoid unsampled ratesThomas Huehn1-4/+9
2013-03-06mac80211: add documentation and verbose variable names inThomas Huehn1-32/+49
2013-03-06mac80211: merge value scaling macros of minstrel_ht and minstrelThomas Huehn1-5/+4
2013-03-06mac80211: merge EWMA calculation of minstrel_ht and minstrelThomas Huehn1-10/+5