|
@@ -340,6 +340,7 @@ int cfg80211_chandef_dfs_required(struct wiphy *wiphy,
|
|
case NL80211_IFTYPE_AP:
|
|
case NL80211_IFTYPE_AP:
|
|
case NL80211_IFTYPE_P2P_GO:
|
|
case NL80211_IFTYPE_P2P_GO:
|
|
case NL80211_IFTYPE_MESH_POINT:
|
|
case NL80211_IFTYPE_MESH_POINT:
|
|
|
|
+ case NL80211_IFTYPE_UNSPECIFIED:
|
|
width = cfg80211_chandef_get_width(chandef);
|
|
width = cfg80211_chandef_get_width(chandef);
|
|
if (width < 0)
|
|
if (width < 0)
|
|
return -EINVAL;
|
|
return -EINVAL;
|
|
@@ -370,7 +371,6 @@ int cfg80211_chandef_dfs_required(struct wiphy *wiphy,
|
|
case NL80211_IFTYPE_AP_VLAN:
|
|
case NL80211_IFTYPE_AP_VLAN:
|
|
case NL80211_IFTYPE_WDS:
|
|
case NL80211_IFTYPE_WDS:
|
|
case NL80211_IFTYPE_P2P_DEVICE:
|
|
case NL80211_IFTYPE_P2P_DEVICE:
|
|
- case NL80211_IFTYPE_UNSPECIFIED:
|
|
|
|
break;
|
|
break;
|
|
case NUM_NL80211_IFTYPES:
|
|
case NUM_NL80211_IFTYPES:
|
|
WARN_ON(1);
|
|
WARN_ON(1);
|