s390/smp: move smp_cpus_done() to header file
[linux-2.6-microblaze.git] / net / mac80211 / mlme.c
index 5820ef0..b2a9d47 100644 (file)
@@ -167,6 +167,8 @@ ieee80211_determine_chantype(struct ieee80211_sub_if_data *sdata,
                        ret = IEEE80211_STA_DISABLE_HT |
                              IEEE80211_STA_DISABLE_VHT |
                              IEEE80211_STA_DISABLE_HE;
+               else
+                       ret = 0;
                vht_chandef = *chandef;
                goto out;
        }