summaryrefslogtreecommitdiff
path: root/net/mac80211/rc80211_minstrel.c
AgeCommit message (Expand)Author
2018-07-24net: remove blank lines at end of fileStephen Hemminger
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-03-26net: Use octal not symbolic permissionsJoe Perches
2017-04-28mac80211: make rate control tx status API more extensibleFelix Fietkau
2016-12-15mac80211: minstrel: avoid port control frames for samplingThomas Huehn
2016-12-15mac80211: minstrel: store probability variance instead of standard deviationFelix Fietkau
2016-12-15mac80211: minstrel: remove cur_prob from debugfsFelix Fietkau
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg
2016-02-02mac80211: 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