26 lines
723 B
Diff
26 lines
723 B
Diff
|
Stopping sched scan on interface removal (during recovery)
|
||
|
is no longer needed, as sched scanning is automatically
|
||
|
restarted by mac80211.
|
||
|
|
||
|
Signed-off-by: Barak Bercovitz <barak@wizery.com>
|
||
|
Signed-off-by: Eliad Peller <eliad@wizery.com>
|
||
|
|
||
|
---
|
||
|
drivers/net/wireless/ti/wlcore/main.c | 4 +---
|
||
|
1 file changed, 1 insertion(+), 3 deletions(-)
|
||
|
|
||
|
--- a/drivers/net/wireless/ti/wlcore/main.c
|
||
|
+++ b/drivers/net/wireless/ti/wlcore/main.c
|
||
|
@@ -2582,10 +2582,8 @@ static void __wl1271_op_remove_interface
|
||
|
ieee80211_scan_completed(wl->hw, true);
|
||
|
}
|
||
|
|
||
|
- if (wl->sched_vif == wlvif) {
|
||
|
- ieee80211_sched_scan_stopped(wl->hw);
|
||
|
+ if (wl->sched_vif == wlvif)
|
||
|
wl->sched_vif = NULL;
|
||
|
- }
|
||
|
|
||
|
if (wl->roc_vif == vif) {
|
||
|
wl->roc_vif = NULL;
|