aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211/rc80211_minstrel_ht.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-26Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub...Gravatar David S. Miller 1-1/+2
2020-04-24mac80211: minstrel_ht_assign_best_tp_rates: remove redundant testGravatar Johannes Berg 1-1/+2
2020-04-24mac80211: populate debugfs only after cfg80211 initGravatar Johannes Berg 1-6/+13
2019-10-11mac80211: minstrel_ht: rename prob_ewma to prob_avg, use it for the new averageGravatar Felix Fietkau 1-25/+25
2019-10-11mac80211: minstrel_ht: replace rate stats ewma with a better moving averageGravatar Felix Fietkau 1-3/+12
2019-10-11mac80211: minstrel: remove divisions in tx status pathGravatar Felix Fietkau 1-6/+4
2019-08-22mac80211: minstrel_ht: fix infinite loop because supported is not being shiftedGravatar Colin Ian King 1-1/+1
2019-08-21mac80211: minstrel_ht: improve rate probing for devices with static fallbackGravatar Felix Fietkau 1-28/+212
2019-08-21mac80211: minstrel_ht: fix default max throughput rate indexesGravatar Felix Fietkau 1-6/+14
2019-08-21mac80211: minstrel_ht: reduce unnecessary rate probing attemptsGravatar Felix Fietkau 1-0/+15
2019-08-21mac80211: minstrel_ht: fix per-group max throughput rate initializationGravatar Felix Fietkau 1-1/+1
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-6/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-6/+1
2019-06-14mac80211: call rate_control_send_low() internallyGravatar Johannes Berg 1-3/+0
2019-04-26mac80211: minstrel_ht: automatically calculate rate duration shiftGravatar Felix Fietkau 1-54/+80
2019-04-26mac80211: minstrel_ht: add support for rates with 4 spatial streamsGravatar Felix Fietkau 1-0/+10
2019-01-19mac80211: minstrel_ht: add flag to indicate missing/inaccurate tx A-MPDU lengthGravatar Felix Fietkau 1-5/+20
2018-10-11mac80211: minstrel: do not sample rates 3 times slower than max_prob_rateGravatar Felix Fietkau 1-4/+6
2018-10-11mac80211: minstrel: fix sampling/reporting of CCK rates in HT modeGravatar Felix Fietkau 1-4/+10
2018-10-11mac80211: minstrel: fix CCK rate group streams valueGravatar Felix Fietkau 1-1/+1
2018-10-11mac80211: minstrel: fix using short preamble CCK rates on HT clientsGravatar Felix Fietkau 1-3/+1
2018-10-11mac80211: minstrel: reduce minstrel_mcs_groups sizeGravatar Felix Fietkau 1-73/+80
2018-10-11mac80211: minstrel: merge with minstrel_ht, always enable VHT supportGravatar Felix Fietkau 1-13/+78
2018-10-11mac80211: minstrel: remove unnecessary debugfs cleanup codeGravatar Felix Fietkau 1-1/+0
2018-10-11mac80211: minstrel: Enable STBC and LDPC for VHT RatesGravatar Chaitanya T K 1-8/+15
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+1
2018-02-22mac80211: add get TID helperGravatar Sara Sharon 1-1/+1
2017-04-28mac80211: make rate control tx status API more extensibleGravatar Felix Fietkau 1-5/+5
2016-12-15mac80211: minstrel_ht: remove obsolete #if for >= 3 streamsGravatar Felix Fietkau 1-20/+0
2016-12-15mac80211: minstrel_ht: move short preamble check out of get_rateGravatar Felix Fietkau 1-17/+5
2016-12-15mac80211: minstrel_ht: move supported bitrate mask out of group dataGravatar Felix Fietkau 1-15/+15
2016-04-12cfg80211: remove enum ieee80211_bandGravatar Johannes Berg 1-2/+2
2016-04-06mac80211: minstrel_ht: set A-MSDU tx limits based on selected max_prob_rateGravatar Felix Fietkau 1-0/+54
2016-04-05mac80211: minstrel_ht: improve sample rate skip logicGravatar Felix Fietkau 1-7/+16
2016-03-01mac80211: minstrel_ht: fix a logic error in RTS/CTS handlingGravatar Felix Fietkau 1-1/+1
2016-02-23mac80211: minstrel_ht: set default tx aggregation timeout to 0Gravatar Felix Fietkau 1-1/+1
2016-02-02mac80211: minstrel: Change expected throughput unit back to KbpsGravatar Sven Eckelmann 1-1/+2
2016-02-02mac80211: minstrel_ht: fix out-of-bound in minstrel_ht_set_best_prob_rateGravatar Konstantin Khlebnikov 1-4/+5
2015-07-17mac80211: minstrel_ht: handle peers in dynamic SMPSGravatar Krishna Chaitanya 1-1/+7
2015-06-10mac80211: convert HW flags to unsigned long bitmapGravatar Johannes Berg 1-1/+1
2015-04-01mac80211: add max lossless throughput per rateGravatar Thomas Huehn 1-40/+44
2015-04-01mac80211: restructure per-rate throughput calculation into functionGravatar Thomas Huehn 1-31/+46
2015-04-01mac80211: improve Minstrel variable & function namingGravatar Thomas Huehn 1-56/+56
2015-04-01mac80211: unify Minstrel & Minstrel-HTs calculation of rate statisticsGravatar Thomas Huehn 1-27/+1
2015-03-17mac80211: minstrel_ht: fix rounding issue in MCS duration calculationGravatar Felix Fietkau 1-2/+4
2014-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-9/+6
2014-11-28mac80211: minstrel_ht: switch to .tx_status_noskbGravatar Felix Fietkau 1-4/+4
2014-11-28mac80211: minstrel_ht: move aggregation check to .get_rate()Gravatar Felix Fietkau 1-3/+4
2014-11-19mac80211: minstrel_ht: add a small optimization to minstrel_aggr_checkGravatar Felix Fietkau 1-3/+3