|
@@ -1694,7 +1694,7 @@ static int mwifiex_set_ibss_params(struct mwifiex_private *priv,
|
|
|
|
|
|
if (cfg80211_get_chandef_type(¶ms->chandef) !=
|
|
if (cfg80211_get_chandef_type(¶ms->chandef) !=
|
|
NL80211_CHAN_NO_HT)
|
|
NL80211_CHAN_NO_HT)
|
|
- config_bands |= BAND_GN;
|
|
|
|
|
|
+ config_bands |= BAND_G | BAND_GN;
|
|
} else {
|
|
} else {
|
|
if (cfg80211_get_chandef_type(¶ms->chandef) ==
|
|
if (cfg80211_get_chandef_type(¶ms->chandef) ==
|
|
NL80211_CHAN_NO_HT)
|
|
NL80211_CHAN_NO_HT)
|