From a4b50c4bce7b015c9d7c7d599ea29994a55f3f1f Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Tue, 28 Apr 2020 23:56:33 +0200 Subject: mac80211: Update to version 5.4.36-1 This updates the mac80211 backport to the latest minor version. The removed patch was a backport from the upstream kernel which is now integrated. Signed-off-by: Hauke Mehrtens --- .../301-mac80211-minstrel-remove-divisions-in-tx-status-path.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/kernel/mac80211/patches/subsys/301-mac80211-minstrel-remove-divisions-in-tx-status-path.patch') diff --git a/package/kernel/mac80211/patches/subsys/301-mac80211-minstrel-remove-divisions-in-tx-status-path.patch b/package/kernel/mac80211/patches/subsys/301-mac80211-minstrel-remove-divisions-in-tx-status-path.patch index 0bdeded529..91fb92f1b2 100644 --- a/package/kernel/mac80211/patches/subsys/301-mac80211-minstrel-remove-divisions-in-tx-status-path.patch +++ b/package/kernel/mac80211/patches/subsys/301-mac80211-minstrel-remove-divisions-in-tx-status-path.patch @@ -57,5 +57,5 @@ Signed-off-by: Felix Fietkau - mp->update_interval = 100; + mp->update_interval = HZ / 10; - #ifdef CPTCFG_MAC80211_DEBUGFS - mp->fixed_rate_idx = (u32) -1; + minstrel_ht_init_cck_rates(mp); + -- cgit v1.2.3