aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211/rc80211_minstrel.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-14mac80211: call rate_control_send_low() internallyGravatar Johannes Berg 1-4/+0
2018-10-11mac80211: rc80211_minstrel: remove variance / stddev calculationGravatar Felix Fietkau 1-6/+0
2018-10-11mac80211: minstrel: merge with minstrel_ht, always enable VHT supportGravatar Felix Fietkau 1-152/+0
2018-10-11mac80211: minstrel: remove unnecessary debugfs cleanup codeGravatar Felix Fietkau 1-6/+2
2018-10-02mac80211: Remove unused initializationGravatar Masashi Honma 1-1/+1
2018-07-24net: remove blank lines at end of fileGravatar Stephen Hemminger 1-1/+0
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+1
2018-03-26net: Use octal not symbolic permissionsGravatar Joe Perches 1-1/+1
2017-04-28mac80211: make rate control tx status API more extensibleGravatar Felix Fietkau 1-3/+3
2016-12-15mac80211: minstrel: avoid port control frames for samplingGravatar Thomas Huehn 1-0/+5
2016-12-15mac80211: minstrel: store probability variance instead of standard deviationGravatar Felix Fietkau 1-4/+4
2016-12-15mac80211: minstrel: remove cur_prob from debugfsGravatar Felix Fietkau 1-4/+6
2016-04-12cfg80211: remove enum ieee80211_bandGravatar Johannes Berg 1-3/+3
2016-02-02mac80211: minstrel: Change expected throughput unit back to KbpsGravatar Sven Eckelmann 1-1/+1
2015-08-13mac80211: fix invalid read in minstrel_sort_best_tp_rates()Gravatar Adrien Schildknecht 1-5/+6
2015-04-01mac80211: add standard deviation to Minstrel statsGravatar Thomas Huehn 1-5/+14
2015-04-01mac80211: add max lossless throughput per rateGravatar Thomas Huehn 1-8/+19
2015-04-01mac80211: restructure per-rate throughput calculation into functionGravatar Thomas Huehn 1-15/+28
2015-04-01mac80211: improve Minstrel variable & function namingGravatar Thomas Huehn 1-13/+13
2015-04-01mac80211: unify Minstrel & Minstrel-HTs calculation of rate statisticsGravatar Thomas Huehn 1-16/+28
2015-02-24mac80211/minstrel: fix !x!=0 confusionGravatar Jiri Slaby 1-1/+1
2014-12-19mac80211: minstrel: reduce size of struct minstrel_rate_statsGravatar Felix Fietkau 1-3/+3
2014-11-28mac80211: minstrel: switch to .tx_status_noskbGravatar Felix Fietkau 1-3/+2
2014-10-31mac80211: fix spelling errorsGravatar Stephen Hemminger 1-1/+1
2014-09-11mac80211: Unify rate statistic variables between Minstrel & Minstrel_HTGravatar Thomas Huehn 1-47/+51
2014-05-21mac80211: export the expected throughputGravatar Antonio Quartulli 1-0/+12
2014-02-04mac80211: make rate control ops constGravatar Johannes Berg 1-1/+1
2013-12-18mac80211: fix checkpatch errorsGravatar Weilong Chen 1-4/+4
2013-11-25mac80211: minstrels: spare numerous useless calls to get_random_bytesGravatar Karl Beldan 1-2/+1
2013-09-26mac80211: add fixed_rate management to minstrel rcGravatar Lorenzo Bianconi 1-0/+14
2013-08-01Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...Gravatar John W. Linville 1-7/+26
2013-07-16mac80211/minstrel: fix NULL pointer dereference issueGravatar Felix Fietkau 1-1/+2
2013-07-16mac80211: fix timing for 5 MHz and 10 MHz channelsGravatar Simon Wunderlich 1-6/+24
2013-07-16mac80211/rc80211: add chandef to rate initializationGravatar Simon Wunderlich 1-1/+2
2013-04-22mac80211/minstrel: use the new rate control APIGravatar Felix Fietkau 1-91/+109
2013-04-16mac80211: fix CTS protection handlingGravatar Felix Fietkau 1-2/+4
2013-03-06mac80211: improve minstrels rate sorting by means of throughput & probabilityGravatar Thomas Huehn 1-31/+40
2013-03-06mac80211: treat minstrel success probabilities below 10% as implausibleGravatar Thomas Huehn 1-1/+6
2013-03-06mac80211: add lowest rate into minstrel's random rate sampling tableGravatar Thomas Huehn 1-13/+7
2013-03-06mac80211: extend minstrel's rate sampling to avoid unsampled ratesGravatar Thomas Huehn 1-4/+9
2013-03-06mac80211: add documentation and verbose variable names inGravatar Thomas Huehn 1-32/+49
2013-03-06mac80211: merge value scaling macros of minstrel_ht and minstrelGravatar Thomas Huehn 1-5/+4
2013-03-06mac80211: merge EWMA calculation of minstrel_ht and minstrelGravatar Thomas Huehn 1-10/+5
2013-02-13mac80211/minstrel_ht: add support for using CCK ratesGravatar Felix Fietkau 1-0/+29
2012-12-10minstrel: update stats after processing statusGravatar Johannes Berg 1-4/+5
2012-04-13mac80211: remove hw.conf.channel usage where possibleGravatar Michal Kazior 1-6/+7
2011-11-11minstrel: Remove unused function parameter in calc_rate_durations()Gravatar Patrick Kelle 1-4/+3
2011-06-01minstrel_ht: fixed rate mode through debugfsGravatar Zefir Kurtisi 1-0/+9
2011-05-12mac80211: fix contention time computation in minstrel, minstrel_htGravatar Daniel Halperin 1-2/+2