Skip to content
Commit 7d73cd94 authored by Ben Greear's avatar Ben Greear Committed by Johannes Berg
Browse files

mac80211: fix time-is-after bug in mlme



The 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: default avatarBen Greear <greearb@candelatech.com>
Fixes: 9abf4e49

 ("mac80211: optimize station connection monitor")
Acked-by: default avatarFelix Fietkau <nbd@nbd.name>
Link: https://lore.kernel.org/r/20210330230749.14097-1-greearb@candelatech.com


Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 1153a747
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment