aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/scan.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/scan.c')
-rw-r--r--net/mac80211/scan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/scan.c b/net/mac80211/scan.c
index 2c5041cc71f8..2908e56eaa9d 100644
--- a/net/mac80211/scan.c
+++ b/net/mac80211/scan.c
@@ -625,7 +625,7 @@ static void ieee80211_scan_state_resume(struct ieee80211_local *local,
625 local->leave_oper_channel_time = jiffies; 625 local->leave_oper_channel_time = jiffies;
626 626
627 /* advance to the next channel to be scanned */ 627 /* advance to the next channel to be scanned */
628 local->next_scan_state = SCAN_DECISION; 628 local->next_scan_state = SCAN_SET_CHANNEL;
629} 629}
630 630
631void ieee80211_scan_work(struct work_struct *work) 631void ieee80211_scan_work(struct work_struct *work)