On 2021-03-31 01:07, greearb@xxxxxxxxxxxxxxx wrote: > From: Ben Greear <greearb@xxxxxxxxxxxxxxx> > > This fixes commit: mac80211: optimize station connection monitor > which came in in the 5.10 kernel. > > This incorrect timeout check caused probing to happen when it did > not need to happen. This in turn caused tx performance drop > for around 5 seconds in ath10k-ct driver. Possibly that tx drop > is due to a secondary issue, but fixing the probe to not happen > when traffic is running fixes the symptom. > > Signed-off-by: Ben Greear <greearb@xxxxxxxxxxxxxxx> Acked-by: Felix Fietkau <nbd@xxxxxxxx> - Felix