diff --git a/[refs] b/[refs] index 9138fc4e20a5..62b24d9c2ea3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d61272cbb35fa1c08fe94898583d880256f2dbd3 +refs/heads/master: fbf189273926d83d71c4c321f1215162569506ac diff --git a/trunk/net/mac80211/cfg.c b/trunk/net/mac80211/cfg.c index fe672faa819d..16423f94801b 100644 --- a/trunk/net/mac80211/cfg.c +++ b/trunk/net/mac80211/cfg.c @@ -26,6 +26,8 @@ static bool nl80211_type_check(enum nl80211_iftype type) #ifdef CONFIG_MAC80211_MESH case NL80211_IFTYPE_MESH_POINT: #endif + case NL80211_IFTYPE_AP: + case NL80211_IFTYPE_AP_VLAN: case NL80211_IFTYPE_WDS: return true; default: