aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211/rc80211_minstrel_ht.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-13wifi: mac80211: remove shifted rate supportGravatar Johannes Berg 1-4/+3
2023-03-30mac80211: minstrel_ht: remove unused n_supported variableGravatar Tom Rix 1-6/+0
2022-10-28Kalle Valo says:Gravatar Jakub Kicinski 1-3/+0
2022-10-11treewide: use get_random_bytes() when possibleGravatar Jason A. Donenfeld 1-1/+1
2022-10-07wifi: mac80211: minstrel_ht: remove unused has_mrr member from struct minstre...Gravatar Peter Seiderer 1-3/+0
2022-09-30Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Jakub Kicinski 1-4/+5
2022-09-27wifi: mac80211: fix memory corruption in minstrel_ht_update_rates()Gravatar Paweł Lenkow 1-2/+4
2022-09-06wifi: mac80211: keep A-MSDU data in sta and per-linkGravatar Benjamin Berg 1-1/+2
2022-09-06wifi: mac80211: make smps_mode per-linkGravatar Benjamin Berg 1-3/+3
2022-05-16mac80211: minstrel_ht: support ieee80211_rate_statusGravatar Jonas Jelonek 1-8/+132
2022-05-16mac80211: minstrel_ht: fill all requested ratesGravatar Peter Seiderer 1-7/+7
2022-04-11mac80211: prepare sta handling for MLO supportGravatar Sriram R 1-10/+10
2022-04-11mac80211: minstrel_ht: fix where rate stats are stored (fixes debugfs output)Gravatar Peter Seiderer 1-0/+3
2022-02-04mac80211: remove unused macrosGravatar Johannes Berg 1-1/+1
2021-11-26mac80211: minstrel_ht: remove unused SAMPLE_SWITCH_THR defineGravatar Peter Seiderer 1-2/+0
2021-06-23mac80211: fix some spelling mistakesGravatar Zheng Yongjun 1-1/+1
2021-06-23mac80211: move A-MPDU session check from minstrel_ht to mac80211Gravatar Felix Fietkau 1-27/+1
2021-06-23mac80211: minstrel_ht: ignore frame that was sent with noAck flagGravatar Philipp Borgers 1-0/+4
2021-06-18mac80211: minstrel_ht: fix sample time checkGravatar Felix Fietkau 1-1/+1
2021-04-19mac80211: minstrel_ht: remove extraneous indentation on if statementGravatar Colin Ian King 1-1/+1
2021-04-08mac80211: minstrel_ht: remove unused variable 'mg' in minstrel_ht_next_jump_r...Gravatar Wei Yongjun 1-2/+0
2021-03-16mac80211: minstrel_ht: remove unused variable 'mg'Gravatar Johannes Berg 1-2/+0
2021-02-12mac80211: minstrel_ht: remove sample rate switching code for constrained devicesGravatar Felix Fietkau 1-89/+6
2021-02-12mac80211: minstrel_ht: significantly redesign the rate probing strategyGravatar Felix Fietkau 1-233/+317
2021-02-12mac80211: minstrel_ht: reduce the need to sample slower ratesGravatar Felix Fietkau 1-10/+8
2021-02-12mac80211: minstrel_ht: update total packets counter in tx status pathGravatar Felix Fietkau 1-11/+10
2021-02-12mac80211: minstrel_ht: use bitfields to encode rate indexesGravatar Felix Fietkau 1-62/+64
2021-01-27mac80211: minstrel_ht: fix regression in the max_prob_rate fixGravatar Felix Fietkau 1-1/+1
2021-01-22mac80211: minstrel_ht: fix rounding error in throughput calculationGravatar Felix Fietkau 1-4/+3
2021-01-22mac80211: minstrel_ht: increase stats update intervalGravatar Felix Fietkau 1-1/+1
2021-01-22mac80211: minstrel_ht: fix max probability rate selectionGravatar Felix Fietkau 1-9/+38
2021-01-22mac80211: minstrel_ht: improve sample rate selectionGravatar Felix Fietkau 1-3/+3
2021-01-22mac80211: minstrel_ht: improve ampdu length estimationGravatar Felix Fietkau 1-11/+27
2021-01-22mac80211: minstrel_ht: remove old ewma based rate average codeGravatar Felix Fietkau 1-23/+8
2021-01-22mac80211: remove legacy minstrel rate controlGravatar Felix Fietkau 1-41/+85
2021-01-22mac80211: minstrel_ht: add support for OFDM rates on non-HT clientsGravatar Felix Fietkau 1-87/+196
2021-01-22mac80211: minstrel_ht: clean up CCK codeGravatar Felix Fietkau 1-24/+30
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