mac80211: replace legacy minstrel with minstrel_ht, improve rate selection
authorFelix Fietkau <nbd@nbd.name>
Tue, 29 Dec 2020 17:23:29 +0000 (18:23 +0100)
committerFelix Fietkau <nbd@nbd.name>
Sun, 3 Jan 2021 11:56:40 +0000 (12:56 +0100)
commit3a12c6679eb184ca2a9a2b1266cc2d41f3f00bad
tree4c2a02dad4c0ebd8cbd90ad751841f3cedbdfd05
parent55e23f2c02ae95e84613ed7d1cbf8aba557b8682
mac80211: replace legacy minstrel with minstrel_ht, improve rate selection

Legacy minstrel is essentially unmaintained and was showing poor performance
Replace it with minstrel_ht and improve rate selection and sampling behavior

Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/kernel/mac80211/patches/subsys/337-mac80211-minstrel_ht-clean-up-CCK-code.patch [new file with mode: 0644]
package/kernel/mac80211/patches/subsys/338-mac80211-minstrel_ht-add-support-for-OFDM-rates-on-n.patch [new file with mode: 0644]
package/kernel/mac80211/patches/subsys/339-mac80211-remove-legacy-minstrel-rate-control.patch [new file with mode: 0644]
package/kernel/mac80211/patches/subsys/340-mac80211-minstrel_ht-remove-old-ewma-based-rate-aver.patch [new file with mode: 0644]
package/kernel/mac80211/patches/subsys/341-mac80211-minstrel_ht-improve-ampdu-length-estimation.patch [new file with mode: 0644]
package/kernel/mac80211/patches/subsys/342-mac80211-minstrel_ht-improve-sample-rate-selection.patch [new file with mode: 0644]
package/kernel/mac80211/patches/subsys/343-mac80211-minstrel_ht-fix-max-probability-rate-select.patch [new file with mode: 0644]
package/kernel/mac80211/patches/subsys/344-mac80211-minstrel_ht-increase-stats-update-interval.patch [new file with mode: 0644]