#!/bin/sh # description: produce callgraphs in short form for scripting use perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py -- "$@"
summaryrefslogtreecommitdiff
path: root/net/mac80211/rc80211_minstrel_ht.c
AgeCommit message (Expand)Author
2021-11-26mac80211: minstrel_ht: remove unused SAMPLE_SWITCH_THR definePeter Seiderer
2021-06-23mac80211: fix some spelling mistakesZheng Yongjun
2021-06-23mac80211: move A-MPDU session check from minstrel_ht to mac80211Felix Fietkau
2021-06-23mac80211: minstrel_ht: ignore frame that was sent with noAck flagPhilipp Borgers
2021-06-18mac80211: minstrel_ht: fix sample time checkFelix Fietkau
2021-04-19mac80211: minstrel_ht: remove extraneous indentation on if statementColin Ian King
2021-04-08mac80211: minstrel_ht: remove unused variable 'mg' in minstrel_ht_next_jump_r...Wei Yongjun
2021-03-16mac80211: minstrel_ht: remove unused variable 'mg'Johannes Berg
2021-02-12mac80211: minstrel_ht: remove sample rate switching code for constrained devicesFelix Fietkau
2021-02-12mac80211: minstrel_ht: significantly redesign the rate probing strategyFelix Fietkau
2021-02-12mac80211: minstrel_ht: reduce the need to sample slower ratesFelix Fietkau
2021-02-12mac80211: minstrel_ht: update total packets counter in tx status pathFelix Fietkau
2021-02-12mac80211: minstrel_ht: use bitfields to encode rate indexesFelix Fietkau
2021-01-27mac80211: minstrel_ht: fix regression in the max_prob_rate fixFelix Fietkau
2021-01-22mac80211: minstrel_ht: fix rounding error in throughput calculationFelix Fietkau
2021-01-22mac80211: minstrel_ht: increase stats update intervalFelix Fietkau
2021-01-22mac80211: minstrel_ht: fix max probability rate selectionFelix Fietkau
2021-01-22mac80211: minstrel_ht: improve sample rate selectionFelix Fietkau
2021-01-22mac80211: minstrel_ht: improve ampdu length estimationFelix Fietkau
2021-01-22mac80211: minstrel_ht: remove old ewma based rate average codeFelix 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
2021-01-22mac80211: minstrel_ht: clean up CCK codeFelix Fietkau
2020-05-26Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub...David S. Miller
2020-04-24mac80211: minstrel_ht_assign_best_tp_rates: remove redundant testJohannes Berg
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