summaryrefslogtreecommitdiff
path: root/net/mac80211/rc80211_minstrel_ht.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: remove unused macrosJohannes Berg2022-02-041-1/+1
* mac80211: minstrel_ht: remove unused SAMPLE_SWITCH_THR definePeter Seiderer2021-11-261-2/+0
* mac80211: fix some spelling mistakesZheng Yongjun2021-06-231-1/+1
* mac80211: move A-MPDU session check from minstrel_ht to mac80211Felix Fietkau2021-06-231-27/+1
* mac80211: minstrel_ht: ignore frame that was sent with noAck flagPhilipp Borgers2021-06-231-0/+4
* mac80211: minstrel_ht: fix sample time checkFelix Fietkau2021-06-181-1/+1
* mac80211: minstrel_ht: remove extraneous indentation on if statementColin Ian King2021-04-191-1/+1
* mac80211: minstrel_ht: remove unused variable 'mg' in minstrel_ht_next_jump_r...Wei Yongjun2021-04-081-2/+0
* mac80211: minstrel_ht: remove unused variable 'mg'Johannes Berg2021-03-161-2/+0
* mac80211: minstrel_ht: remove sample rate switching code for constrained devicesFelix Fietkau2021-02-121-89/+6
* mac80211: minstrel_ht: significantly redesign the rate probing strategyFelix Fietkau2021-02-121-233/+317
* mac80211: minstrel_ht: reduce the need to sample slower ratesFelix Fietkau2021-02-121-10/+8
* mac80211: minstrel_ht: update total packets counter in tx status pathFelix Fietkau2021-02-121-11/+10
* mac80211: minstrel_ht: use bitfields to encode rate indexesFelix Fietkau2021-02-121-62/+64
* mac80211: minstrel_ht: fix regression in the max_prob_rate fixFelix Fietkau2021-01-271-1/+1
* mac80211: minstrel_ht: fix rounding error in throughput calculationFelix Fietkau2021-01-221-4/+3
* mac80211: minstrel_ht: increase stats update intervalFelix Fietkau2021-01-221-1/+1
* mac80211: minstrel_ht: fix max probability rate selectionFelix Fietkau2021-01-221-9/+38
* mac80211: minstrel_ht: improve sample rate selectionFelix Fietkau2021-01-221-3/+3
* mac80211: minstrel_ht: improve ampdu length estimationFelix Fietkau2021-01-221-11/+27
* mac80211: minstrel_ht: remove old ewma based rate average codeFelix Fietkau2021-01-221-23/+8
* mac80211: remove legacy minstrel rate controlFelix Fietkau2021-01-221-41/+85
* mac80211: minstrel_ht: add support for OFDM rates on non-HT clientsFelix Fietkau2021-01-221-87/+196
* mac80211: minstrel_ht: clean up CCK codeFelix Fietkau2021-01-221-24/+30
* Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub...David S. Miller2020-05-261-1/+2
|\
| * mac80211: minstrel_ht_assign_best_tp_rates: remove redundant testJohannes Berg2020-04-241-1/+2
* | mac80211: populate debugfs only after cfg80211 initJohannes Berg2020-04-241-6/+13
|/
* mac80211: minstrel_ht: rename prob_ewma to prob_avg, use it for the new averageFelix Fietkau2019-10-111-25/+25
* mac80211: minstrel_ht: replace rate stats ewma with a better moving averageFelix Fietkau2019-10-111-3/+12
* mac80211: minstrel: remove divisions in tx status pathFelix Fietkau2019-10-111-6/+4
* mac80211: minstrel_ht: fix infinite loop because supported is not being shiftedColin Ian King2019-08-221-1/+1
* mac80211: minstrel_ht: improve rate probing for devices with static fallbackFelix Fietkau2019-08-211-28/+212
* mac80211: minstrel_ht: fix default max throughput rate indexesFelix Fietkau2019-08-211-6/+14
* mac80211: minstrel_ht: reduce unnecessary rate probing attemptsFelix Fietkau2019-08-211-0/+15
* mac80211: minstrel_ht: fix per-group max throughput rate initializationFelix Fietkau2019-08-211-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-221-6/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-6/+1
* | mac80211: call rate_control_send_low() internallyJohannes Berg2019-06-141-3/+0
|/
* mac80211: minstrel_ht: automatically calculate rate duration shiftFelix Fietkau2019-04-261-54/+80
* mac80211: minstrel_ht: add support for rates with 4 spatial streamsFelix Fietkau2019-04-261-0/+10
* mac80211: minstrel_ht: add flag to indicate missing/inaccurate tx A-MPDU lengthFelix Fietkau2019-01-191-5/+20
* mac80211: minstrel: do not sample rates 3 times slower than max_prob_rateFelix Fietkau2018-10-111-4/+6
* mac80211: minstrel: fix sampling/reporting of CCK rates in HT modeFelix Fietkau2018-10-111-4/+10
* mac80211: minstrel: fix CCK rate group streams valueFelix Fietkau2018-10-111-1/+1
* mac80211: minstrel: fix using short preamble CCK rates on HT clientsFelix Fietkau2018-10-111-3/+1
* mac80211: minstrel: reduce minstrel_mcs_groups sizeFelix Fietkau2018-10-111-73/+80
* mac80211: minstrel: merge with minstrel_ht, always enable VHT supportFelix Fietkau2018-10-111-13/+78
* mac80211: minstrel: remove unnecessary debugfs cleanup codeFelix Fietkau2018-10-111-1/+0
* mac80211: minstrel: Enable STBC and LDPC for VHT RatesChaitanya T K2018-10-111-8/+15
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1