aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/rc80211_minstrel_ht.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-23mac80211: fix some spelling mistakesZheng Yongjun1-1/+1
2021-06-23mac80211: move A-MPDU session check from minstrel_ht to mac80211Felix Fietkau1-27/+1
2021-06-23mac80211: minstrel_ht: ignore frame that was sent with noAck flagPhilipp Borgers1-0/+4
2021-06-18mac80211: minstrel_ht: fix sample time checkFelix Fietkau1-1/+1
2021-04-19mac80211: minstrel_ht: remove extraneous indentation on if statementColin Ian King1-1/+1
2021-04-08mac80211: minstrel_ht: remove unused variable 'mg' in minstrel_ht_next_jump_rate()Wei Yongjun1-2/+0
2021-03-16mac80211: minstrel_ht: remove unused variable 'mg'Johannes Berg1-2/+0
2021-02-12mac80211: minstrel_ht: remove sample rate switching code for constrained devicesFelix Fietkau1-89/+6
2021-02-12mac80211: minstrel_ht: significantly redesign the rate probing strategyFelix Fietkau1-233/+317
2021-02-12mac80211: minstrel_ht: reduce the need to sample slower ratesFelix Fietkau1-10/+8
2021-02-12mac80211: minstrel_ht: update total packets counter in tx status pathFelix Fietkau1-11/+10
2021-02-12mac80211: minstrel_ht: use bitfields to encode rate indexesFelix Fietkau1-62/+64
2021-01-27mac80211: minstrel_ht: fix regression in the max_prob_rate fixFelix Fietkau1-1/+1
2021-01-22mac80211: minstrel_ht: fix rounding error in throughput calculationFelix Fietkau1-4/+3
2021-01-22mac80211: minstrel_ht: increase stats update intervalFelix Fietkau1-1/+1
2021-01-22mac80211: minstrel_ht: fix max probability rate selectionFelix Fietkau1-9/+38
2021-01-22mac80211: minstrel_ht: improve sample rate selectionFelix Fietkau1-3/+3
2021-01-22mac80211: minstrel_ht: improve ampdu length estimationFelix Fietkau1-11/+27
2021-01-22mac80211: minstrel_ht: remove old ewma based rate average codeFelix Fietkau1-23/+8
2021-01-22mac80211: remove legacy minstrel rate controlFelix Fietkau1-41/+85
2021-01-22mac80211: minstrel_ht: add support for OFDM rates on non-HT clientsFelix Fietkau1-87/+196
2021-01-22mac80211: minstrel_ht: clean up CCK codeFelix Fietkau1-24/+30
2020-05-26Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-1/+2
2020-04-24mac80211: minstrel_ht_assign_best_tp_rates: remove redundant testJohannes Berg1-1/+2
2020-04-24mac80211: populate debugfs only after cfg80211 initJohannes Berg1-6/+13
2019-10-11mac80211: minstrel_ht: rename prob_ewma to prob_avg, use it for the new averageFelix Fietkau1-25/+25
2019-10-11mac80211: minstrel_ht: replace rate stats ewma with a better moving averageFelix Fietkau1-3/+12
2019-10-11mac80211: minstrel: remove divisions in tx status pathFelix Fietkau1-6/+4
2019-08-22mac80211: minstrel_ht: fix infinite loop because supported is not being shiftedColin Ian King1-1/+1
2019-08-21mac80211: minstrel_ht: improve rate probing for devices with static fallbackFelix Fietkau1-28/+212
2019-08-21mac80211: minstrel_ht: fix default max throughput rate indexesFelix Fietkau1-6/+14
2019-08-21mac80211: minstrel_ht: reduce unnecessary rate probing attemptsFelix Fietkau1-0/+15
2019-08-21mac80211: minstrel_ht: fix per-group max throughput rate initializationFelix Fietkau1-1/+1
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-6/+1
2019-06-14mac80211: call rate_control_send_low() internallyJohannes Berg1-3/+0
2019-04-26mac80211: minstrel_ht: automatically calculate rate duration shiftFelix Fietkau1-54/+80
2019-04-26mac80211: minstrel_ht: add support for rates with 4 spatial streamsFelix Fietkau1-0/+10
2019-01-19mac80211: minstrel_ht: add flag to indicate missing/inaccurate tx A-MPDU lengthFelix Fietkau1-5/+20
2018-10-11mac80211: minstrel: do not sample rates 3 times slower than max_prob_rateFelix Fietkau1-4/+6
2018-10-11mac80211: minstrel: fix sampling/reporting of CCK rates in HT modeFelix Fietkau1-4/+10
2018-10-11mac80211: minstrel: fix CCK rate group streams valueFelix Fietkau1-1/+1
2018-10-11mac80211: minstrel: fix using short preamble CCK rates on HT clientsFelix Fietkau1-3/+1
2018-10-11mac80211: minstrel: reduce minstrel_mcs_groups sizeFelix Fietkau1-73/+80
2018-10-11mac80211: minstrel: merge with minstrel_ht, always enable VHT supportFelix Fietkau1-13/+78
2018-10-11mac80211: minstrel: remove unnecessary debugfs cleanup codeFelix Fietkau1-1/+0
2018-10-11mac80211: minstrel: Enable STBC and LDPC for VHT RatesChaitanya T K1-8/+15
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-02-22mac80211: add get TID helperSara Sharon1-1/+1