aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211/rc80211_minstrel.c
AgeCommit message (Expand)Author
2016-03-16mac80211: minstrel: Change expected throughput unit back to KbpsSven Eckelmann
2015-08-13mac80211: fix invalid read in minstrel_sort_best_tp_rates()Adrien Schildknecht
2015-04-01mac80211: add standard deviation to Minstrel statsThomas Huehn
2015-04-01mac80211: add max lossless throughput per rateThomas Huehn
2015-04-01mac80211: restructure per-rate throughput calculation into functionThomas Huehn
2015-04-01mac80211: improve Minstrel variable & function namingThomas Huehn
2015-04-01mac80211: unify Minstrel & Minstrel-HTs calculation of rate statisticsThomas Huehn
2015-02-24mac80211/minstrel: fix !x!=0 confusionJiri Slaby
2014-12-19mac80211: minstrel: reduce size of struct minstrel_rate_statsFelix Fietkau
2014-11-28mac80211: minstrel: switch to .tx_status_noskbFelix Fietkau
2014-10-31mac80211: fix spelling errorsStephen Hemminger
2014-09-11mac80211: Unify rate statistic variables between Minstrel & Minstrel_HTThomas Huehn
2014-05-21mac80211: export the expected throughputAntonio Quartulli
2014-02-04mac80211: make rate control ops constJohannes Berg
2013-12-18mac80211: fix checkpatch errorsWeilong Chen
2013-11-25mac80211: minstrels: spare numerous useless calls to get_random_bytesKarl Beldan
2013-09-26mac80211: add fixed_rate management to minstrel rcLorenzo Bianconi
2013-08-01Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-07-16mac80211/minstrel: fix NULL pointer dereference issueFelix Fietkau
2013-07-16mac80211: fix timing for 5 MHz and 10 MHz channelsSimon Wunderlich
2013-07-16mac80211/rc80211: add chandef to rate initializationSimon Wunderlich
2013-04-22mac80211/minstrel: use the new rate control APIFelix Fietkau
2013-04-16mac80211: fix CTS protection handlingFelix Fietkau
2013-03-06mac80211: improve minstrels rate sorting by means of throughput & probabilityThomas Huehn
2013-03-06mac80211: treat minstrel success probabilities below 10% as implausibleThomas Huehn
2013-03-06mac80211: add lowest rate into minstrel's random rate sampling tableThomas Huehn
2013-03-06mac80211: extend minstrel's rate sampling to avoid unsampled ratesThomas Huehn
2013-03-06mac80211: add documentation and verbose variable names inThomas Huehn
2013-03-06mac80211: merge value scaling macros of minstrel_ht and minstrelThomas Huehn
2013-03-06mac80211: merge EWMA calculation of minstrel_ht and minstrelThomas Huehn
2013-02-13mac80211/minstrel_ht: add support for using CCK ratesFelix Fietkau
2012-12-10minstrel: update stats after processing statusJohannes Berg
2012-04-13mac80211: remove hw.conf.channel usage where possibleMichal Kazior
2011-11-11minstrel: Remove unused function parameter in calc_rate_durations()Patrick Kelle
2011-06-01minstrel_ht: fixed rate mode through debugfsZefir Kurtisi
2011-05-12mac80211: fix contention time computation in minstrel, minstrel_htDaniel Halperin
2010-07-26minstrel: don't complain about feedback for unrequested ratesJohn W. Linville
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-10minstrel: make the rate control ops reusable from another rc implementationFelix Fietkau
2009-09-16rc80211_minstrel: fix contention window calculationPavel Roskin
2009-08-20mac80211: Decouple fail_avg stats used by mesh from rate control algorithm.Javier Cardona
2009-08-14mac80211: Early detection of broken mesh paths when using minstrel.Javier Cardona
2009-08-14mac80211: Update the station failed frames average when minstrel is used.Javier Cardona
2009-07-24mac80211: add helper for management / no-ack frame rate decisionLuis R. Rodriguez
2009-07-24mac80211: make minstrel/pid RC use ieee80211_is_data(fc)Luis R. Rodriguez
2009-07-07mac80211: minstrel: avoid accessing negative indices in rix_to_ndx()Luciano Coelho
2009-06-10mac80211: fix minstrel single-rate memory corruptionBob Copeland
2009-05-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-05-11mac80211: avoid NULL ptr deref when finding max_rates in PID and minstrelJohn W. Linville