mt76: mt7615: do not mark sched_scan disabled in mt7615_scan_work
For the moment offload firmware supports just one entry in the scheduled scan plan and so it runs till it is disabled by the userspace. Do not mark the hw scheduled scan as disabled in mt7615_scan_work after receiving a scan result Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org> Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
53b42ae291
commit
6c5974c10c
@ -818,7 +818,6 @@ void mt7615_scan_work(struct work_struct *work)
|
||||
clear_bit(MT76_HW_SCANNING, &phy->mt76->state);
|
||||
ieee80211_scan_completed(phy->mt76->hw, &info);
|
||||
} else {
|
||||
clear_bit(MT76_HW_SCHED_SCANNING, &phy->mt76->state);
|
||||
ieee80211_sched_scan_results(phy->mt76->hw);
|
||||
}
|
||||
dev_kfree_skb(skb);
|
||||
|
Loading…
x
Reference in New Issue
Block a user