diff options
-rw-r--r-- | net/mac80211/ibss.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/mac80211/ibss.c b/net/mac80211/ibss.c index 93b3c7298be3..d38baa41cf6c 100644 --- a/net/mac80211/ibss.c +++ b/net/mac80211/ibss.c | |||
@@ -655,15 +655,14 @@ static void ieee80211_sta_merge_ibss(struct ieee80211_sub_if_data *sdata) | |||
655 | if (ieee80211_sta_active_ibss(sdata)) | 655 | if (ieee80211_sta_active_ibss(sdata)) |
656 | return; | 656 | return; |
657 | 657 | ||
658 | if (ifibss->fixed_bssid) | 658 | if (ifibss->fixed_channel) |
659 | return; | 659 | return; |
660 | 660 | ||
661 | printk(KERN_DEBUG "%s: No active IBSS STAs - trying to scan for other " | 661 | printk(KERN_DEBUG "%s: No active IBSS STAs - trying to scan for other " |
662 | "IBSS networks with same SSID (merge)\n", sdata->name); | 662 | "IBSS networks with same SSID (merge)\n", sdata->name); |
663 | 663 | ||
664 | ieee80211_request_internal_scan(sdata, | 664 | ieee80211_request_internal_scan(sdata, |
665 | ifibss->ssid, ifibss->ssid_len, | 665 | ifibss->ssid, ifibss->ssid_len, NULL); |
666 | ifibss->fixed_channel ? ifibss->channel : NULL); | ||
667 | } | 666 | } |
668 | 667 | ||
669 | static void ieee80211_sta_create_ibss(struct ieee80211_sub_if_data *sdata) | 668 | static void ieee80211_sta_create_ibss(struct ieee80211_sub_if_data *sdata) |