summaryrefslogtreecommitdiffstats
path: root/net/mac80211/rc80211_minstrel.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: minstrel: avoid port control frames for samplingThomas Huehn2016-12-151-0/+5
* mac80211: minstrel: store probability variance instead of standard deviationFelix Fietkau2016-12-151-4/+4
* mac80211: minstrel: remove cur_prob from debugfsFelix Fietkau2016-12-151-4/+6
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-3/+3
* mac80211: minstrel: Change expected throughput unit back to KbpsSven Eckelmann2016-02-021-1/+1
* mac80211: fix invalid read in minstrel_sort_best_tp_rates()Adrien Schildknecht2015-08-131-5/+6
* mac80211: add standard deviation to Minstrel statsThomas Huehn2015-04-011-5/+14
* mac80211: add max lossless throughput per rateThomas Huehn2015-04-011-8/+19
* mac80211: restructure per-rate throughput calculation into functionThomas Huehn2015-04-011-15/+28
* mac80211: improve Minstrel variable & function namingThomas Huehn2015-04-011-13/+13
* mac80211: unify Minstrel & Minstrel-HTs calculation of rate statisticsThomas Huehn2015-04-011-16/+28
* mac80211/minstrel: fix !x!=0 confusionJiri Slaby2015-02-241-1/+1
* mac80211: minstrel: reduce size of struct minstrel_rate_statsFelix Fietkau2014-12-191-3/+3
* mac80211: minstrel: switch to .tx_status_noskbFelix Fietkau2014-11-281-3/+2
* mac80211: fix spelling errorsStephen Hemminger2014-10-311-1/+1
* mac80211: Unify rate statistic variables between Minstrel & Minstrel_HTThomas Huehn2014-09-111-47/+51
* mac80211: export the expected throughputAntonio Quartulli2014-05-211-0/+12
* mac80211: make rate control ops constJohannes Berg2014-02-041-1/+1
* mac80211: fix checkpatch errorsWeilong Chen2013-12-181-4/+4
* mac80211: minstrels: spare numerous useless calls to get_random_bytesKarl Beldan2013-11-251-2/+1
* mac80211: add fixed_rate management to minstrel rcLorenzo Bianconi2013-09-261-0/+14
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-08-011-7/+26
|\
| * mac80211: fix timing for 5 MHz and 10 MHz channelsSimon Wunderlich2013-07-161-6/+24
| * mac80211/rc80211: add chandef to rate initializationSimon Wunderlich2013-07-161-1/+2
* | mac80211/minstrel: fix NULL pointer dereference issueFelix Fietkau2013-07-161-1/+2
|/
* mac80211/minstrel: use the new rate control APIFelix Fietkau2013-04-221-91/+109
* mac80211: fix CTS protection handlingFelix Fietkau2013-04-161-2/+4
* mac80211: improve minstrels rate sorting by means of throughput & probabilityThomas Huehn2013-03-061-31/+40
* mac80211: treat minstrel success probabilities below 10% as implausibleThomas Huehn2013-03-061-1/+6
* mac80211: add lowest rate into minstrel's random rate sampling tableThomas Huehn2013-03-061-13/+7
* mac80211: extend minstrel's rate sampling to avoid unsampled ratesThomas Huehn2013-03-061-4/+9
* mac80211: add documentation and verbose variable names inThomas Huehn2013-03-061-32/+49
* mac80211: merge value scaling macros of minstrel_ht and minstrelThomas Huehn2013-03-061-5/+4
* mac80211: merge EWMA calculation of minstrel_ht and minstrelThomas Huehn2013-03-061-10/+5
* mac80211/minstrel_ht: add support for using CCK ratesFelix Fietkau2013-02-131-0/+29
* minstrel: update stats after processing statusJohannes Berg2012-12-101-4/+5
* mac80211: remove hw.conf.channel usage where possibleMichal Kazior2012-04-131-6/+7
* minstrel: Remove unused function parameter in calc_rate_durations()Patrick Kelle2011-11-111-4/+3
* minstrel_ht: fixed rate mode through debugfsZefir Kurtisi2011-06-011-0/+9
* mac80211: fix contention time computation in minstrel, minstrel_htDaniel Halperin2011-05-121-2/+2
* minstrel: don't complain about feedback for unrequested ratesJohn W. Linville2010-07-261-1/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | minstrel: make the rate control ops reusable from another rc implementationFelix Fietkau2010-03-101-1/+1
|/
* rc80211_minstrel: fix contention window calculationPavel Roskin2009-09-161-1/+1
* mac80211: Decouple fail_avg stats used by mesh from rate control algorithm.Javier Cardona2009-08-201-15/+1
* mac80211: Early detection of broken mesh paths when using minstrel.Javier Cardona2009-08-141-1/+7
* mac80211: Update the station failed frames average when minstrel is used.Javier Cardona2009-08-141-1/+9
* mac80211: add helper for management / no-ack frame rate decisionLuis R. Rodriguez2009-07-241-21/+1
* mac80211: make minstrel/pid RC use ieee80211_is_data(fc)Luis R. Rodriguez2009-07-241-4/+3