summaryrefslogtreecommitdiff
path: root/net/mac80211/rc80211_minstrel_ht_debugfs.c
AgeCommit message (Expand)Author
2021-02-12mac80211: minstrel_ht: show sampling rates in debugfsFelix Fietkau
2021-02-12mac80211: minstrel_ht: use bitfields to encode rate indexesFelix Fietkau
2021-01-22mac80211: remove legacy minstrel rate controlFelix Fietkau
2021-01-22mac80211: minstrel_ht: add support for OFDM rates on non-HT clientsFelix Fietkau
2019-10-11mac80211: minstrel_ht: rename prob_ewma to prob_avg, use it for the new averageFelix Fietkau
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-01-19mac80211: minstrel_ht: add flag to indicate missing/inaccurate tx A-MPDU lengthFelix Fietkau
2018-10-11mac80211: rc80211_minstrel: remove variance / stddev calculationFelix Fietkau
2018-10-11mac80211: minstrel: reduce minstrel_mcs_groups sizeFelix Fietkau
2018-10-11mac80211: minstrel: merge with minstrel_ht, always enable VHT supportFelix Fietkau
2018-10-11mac80211: minstrel: remove unnecessary debugfs cleanup codeFelix Fietkau
2018-03-26net: Use octal not symbolic permissionsJoe Perches
2016-12-15mac80211: minstrel: store probability variance instead of standard deviationFelix Fietkau
2016-12-15mac80211: minstrel: remove cur_prob from debugfsFelix Fietkau
2016-12-15mac80211: minstrel_ht: move supported bitrate mask out of group dataFelix Fietkau
2015-09-29mac80211: minstrel[_ht]: remove non-ascii debugfs charactersJohannes Berg
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: add new Minstrel-HT statistic output via csvThomas Huehn
2015-04-01mac80211: enhance readability of Minstrel-HTs rc_stats outputThomas Huehn
2014-10-23mac80211: minstrel_ht: use group flags instead of index to display ratesKarl Beldan
2014-10-21mac80211: minstrel_ht: add basic support for VHT rates <= 3SS@80MHzKarl Beldan
2014-10-20mac80211: minstrel_ht: macros adjustments for future VHT_GROUPsKarl Beldan
2014-10-20mac80211: minstrels: fix buffer overflow in HT debugfs rc_statsKarl Beldan
2014-09-11mac80211: improve minstrel_ht rate sorting by throughput & probabilityThomas Huehn
2013-11-25mac80211: minstrel_ht: replace some occurences of MCS_GROUP_RATESKarl Beldan
2013-02-13mac80211/minstrel_ht: add support for using CCK ratesFelix Fietkau
2013-02-11mac80211/minstrel_ht: show the number of retries for each rate in debugfsFelix Fietkau
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2010-09-16mac80211: disallow seeks in minstrel debug codeArnd Bergmann
2010-06-24minstrel_ht: move minstrel_mcs_groups declaration to header fileJohn W. Linville
2010-06-02mac80211: add the minstrel_ht rate control algorithmFelix Fietkau