summaryrefslogtreecommitdiff
path: root/net/mac80211/rc80211_minstrel_ht.c
AgeCommit message (Expand)Author
2020-04-24mac80211: populate debugfs only after cfg80211 initJohannes Berg
2019-10-11mac80211: minstrel_ht: rename prob_ewma to prob_avg, use it for the new averageFelix Fietkau
2019-10-11mac80211: minstrel_ht: replace rate stats ewma with a better moving averageFelix Fietkau
2019-10-11mac80211: minstrel: remove divisions in tx status pathFelix Fietkau
2019-08-22mac80211: minstrel_ht: fix infinite loop because supported is not being shiftedColin Ian King
2019-08-21mac80211: minstrel_ht: improve rate probing for devices with static fallbackFelix Fietkau
2019-08-21mac80211: minstrel_ht: fix default max throughput rate indexesFelix Fietkau
2019-08-21mac80211: minstrel_ht: reduce unnecessary rate probing attemptsFelix Fietkau
2019-08-21mac80211: minstrel_ht: fix per-group max throughput rate initializationFelix Fietkau
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-14mac80211: call rate_control_send_low() internallyJohannes Berg
2019-04-26mac80211: minstrel_ht: automatically calculate rate duration shiftFelix Fietkau
2019-04-26mac80211: minstrel_ht: add support for rates with 4 spatial streamsFelix Fietkau
2019-01-19mac80211: minstrel_ht: add flag to indicate missing/inaccurate tx A-MPDU lengthFelix Fietkau
2018-10-11mac80211: minstrel: do not sample rates 3 times slower than max_prob_rateFelix Fietkau
2018-10-11mac80211: minstrel: fix sampling/reporting of CCK rates in HT modeFelix Fietkau
2018-10-11mac80211: minstrel: fix CCK rate group streams valueFelix Fietkau
2018-10-11mac80211: minstrel: fix using short preamble CCK rates on HT clientsFelix 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-10-11mac80211: minstrel: Enable STBC and LDPC for VHT RatesChaitanya T K
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-02-22mac80211: add get TID helperSara Sharon
2017-04-28mac80211: make rate control tx status API more extensibleFelix Fietkau
2016-12-15mac80211: minstrel_ht: remove obsolete #if for >= 3 streamsFelix Fietkau
2016-12-15mac80211: minstrel_ht: move short preamble check out of get_rateFelix Fietkau
2016-12-15mac80211: minstrel_ht: move supported bitrate mask out of group dataFelix Fietkau
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg
2016-04-06mac80211: minstrel_ht: set A-MSDU tx limits based on selected max_prob_rateFelix Fietkau
2016-04-05mac80211: minstrel_ht: improve sample rate skip logicFelix Fietkau
2016-03-01mac80211: minstrel_ht: fix a logic error in RTS/CTS handlingFelix Fietkau
2016-02-23mac80211: minstrel_ht: set default tx aggregation timeout to 0Felix Fietkau
2016-02-02mac80211: minstrel: Change expected throughput unit back to KbpsSven Eckelmann
2016-02-02mac80211: minstrel_ht: fix out-of-bound in minstrel_ht_set_best_prob_rateKonstantin Khlebnikov
2015-07-17mac80211: minstrel_ht: handle peers in dynamic SMPSKrishna Chaitanya
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg
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-03-17mac80211: minstrel_ht: fix rounding issue in MCS duration calculationFelix Fietkau
2014-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2014-11-28mac80211: minstrel_ht: switch to .tx_status_noskbFelix Fietkau
2014-11-28mac80211: minstrel_ht: move aggregation check to .get_rate()Felix Fietkau
2014-11-19mac80211: minstrel_ht: add a small optimization to minstrel_aggr_checkFelix Fietkau
2014-11-18mac80211: minstrel_ht: fix a crash in rate sortingFelix Fietkau
2014-10-27mac80211: minstrel_ht: do not always skip ht rates vht_only is trueKarl Beldan