aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_ioctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/ieee80211_ioctl.c')
-rw-r--r--net/mac80211/ieee80211_ioctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/ieee80211_ioctl.c b/net/mac80211/ieee80211_ioctl.c
index 8e8e5a19d893..5af23d318726 100644
--- a/net/mac80211/ieee80211_ioctl.c
+++ b/net/mac80211/ieee80211_ioctl.c
@@ -287,7 +287,7 @@ int ieee80211_set_freq(struct ieee80211_local *local, int freqMHz)
287 if (chan && !(chan->flags & IEEE80211_CHAN_DISABLED)) { 287 if (chan && !(chan->flags & IEEE80211_CHAN_DISABLED)) {
288 local->oper_channel = chan; 288 local->oper_channel = chan;
289 289
290 if (local->sta_sw_scanning) 290 if (local->sta_sw_scanning || local->sta_hw_scanning)
291 ret = 0; 291 ret = 0;
292 else 292 else
293 ret = ieee80211_hw_config(local); 293 ret = ieee80211_hw_config(local);