mac80211: fix minstrel sample time check
authorFelix Fietkau <nbd@nbd.name>
Thu, 17 Jun 2021 10:40:15 +0000 (12:40 +0200)
committerFelix Fietkau <nbd@nbd.name>
Thu, 17 Jun 2021 10:45:08 +0000 (12:45 +0200)
commit3839a4c7e98529362cffea70661a450fb072b360
tree1f749c006c1ee8fb81eb539a27b792eae6f54298
parent3921f213e5ed091731f11b2543c206eab672cc17
mac80211: fix minstrel sample time check

We need to skip sampling if the next sample time is after jiffies, not before.
This patch fixes an issue where in some cases only very little sampling (or none
at all) is performed, leading to really bad data rates

Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/kernel/mac80211/patches/subsys/377-mac80211-minstrel_ht-fix-sample-time-check.patch [new file with mode: 0644]