|
@@ -425,7 +425,7 @@ static void ieee80211_sta_join_ibss(struct ieee80211_sub_if_data *sdata,
|
|
|
case NL80211_CHAN_WIDTH_5:
|
|
|
case NL80211_CHAN_WIDTH_10:
|
|
|
cfg80211_chandef_create(&chandef, cbss->channel,
|
|
|
- NL80211_CHAN_WIDTH_20_NOHT);
|
|
|
+ NL80211_CHAN_NO_HT);
|
|
|
chandef.width = sdata->u.ibss.chandef.width;
|
|
|
break;
|
|
|
case NL80211_CHAN_WIDTH_80:
|
|
@@ -437,7 +437,7 @@ static void ieee80211_sta_join_ibss(struct ieee80211_sub_if_data *sdata,
|
|
|
default:
|
|
|
/* fall back to 20 MHz for unsupported modes */
|
|
|
cfg80211_chandef_create(&chandef, cbss->channel,
|
|
|
- NL80211_CHAN_WIDTH_20_NOHT);
|
|
|
+ NL80211_CHAN_NO_HT);
|
|
|
break;
|
|
|
}
|
|
|
|