|
@@ -6355,6 +6355,8 @@ static int nl80211_join_ibss(struct sk_buff *skb, struct genl_info *info)
|
|
return -EINVAL;
|
|
return -EINVAL;
|
|
|
|
|
|
switch (ibss.chandef.width) {
|
|
switch (ibss.chandef.width) {
|
|
|
|
+ case NL80211_CHAN_WIDTH_5:
|
|
|
|
+ case NL80211_CHAN_WIDTH_10:
|
|
case NL80211_CHAN_WIDTH_20_NOHT:
|
|
case NL80211_CHAN_WIDTH_20_NOHT:
|
|
break;
|
|
break;
|
|
case NL80211_CHAN_WIDTH_20:
|
|
case NL80211_CHAN_WIDTH_20:
|