diff options
Diffstat (limited to 'drivers/net/wireless/wl12xx/event.c')
-rw-r--r-- | drivers/net/wireless/wl12xx/event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/wl12xx/event.c b/drivers/net/wireless/wl12xx/event.c index 00ce794eebae..d3280df68f5d 100644 --- a/drivers/net/wireless/wl12xx/event.c +++ b/drivers/net/wireless/wl12xx/event.c | |||
@@ -267,8 +267,8 @@ static int wl1271_event_process(struct wl1271 *wl, struct event_mailbox *mbox) | |||
267 | wl1271_debug(DEBUG_EVENT, "PERIODIC_SCAN_COMPLETE_EVENT " | 267 | wl1271_debug(DEBUG_EVENT, "PERIODIC_SCAN_COMPLETE_EVENT " |
268 | "(status 0x%0x)", mbox->scheduled_scan_status); | 268 | "(status 0x%0x)", mbox->scheduled_scan_status); |
269 | if (wl->sched_scanning) { | 269 | if (wl->sched_scanning) { |
270 | wl1271_scan_sched_scan_stop(wl); | ||
271 | ieee80211_sched_scan_stopped(wl->hw); | 270 | ieee80211_sched_scan_stopped(wl->hw); |
271 | wl->sched_scanning = false; | ||
272 | } | 272 | } |
273 | } | 273 | } |
274 | 274 | ||