aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_sta.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/ieee80211_sta.c')
-rw-r--r--net/mac80211/ieee80211_sta.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/mac80211/ieee80211_sta.c b/net/mac80211/ieee80211_sta.c
index fc73ca4abc0..bf130b6255a 100644
--- a/net/mac80211/ieee80211_sta.c
+++ b/net/mac80211/ieee80211_sta.c
@@ -3615,6 +3615,9 @@ void ieee80211_scan_completed(struct ieee80211_hw *hw)
3615 3615
3616 if (local->sta_hw_scanning) { 3616 if (local->sta_hw_scanning) {
3617 local->sta_hw_scanning = 0; 3617 local->sta_hw_scanning = 0;
3618 if (ieee80211_hw_config(local))
3619 printk(KERN_DEBUG "%s: failed to restore operational "
3620 "channel after scan\n", dev->name);
3618 /* Restart STA timer for HW scan case */ 3621 /* Restart STA timer for HW scan case */
3619 rcu_read_lock(); 3622 rcu_read_lock();
3620 list_for_each_entry_rcu(sdata, &local->interfaces, list) 3623 list_for_each_entry_rcu(sdata, &local->interfaces, list)