kernel/include/net/cfg80211.h
.. .. @@ -514,6 +514,9 @@ 514 514 if (WARN_ON(iftype >= NL80211_IFTYPE_MAX)) 515 515 return NULL; 516 516 517 + if (iftype == NL80211_IFTYPE_AP_VLAN)518 + iftype = NL80211_IFTYPE_AP;519 +517 520 for (i = 0; i < sband->n_iftype_data; i++) { 518 521 const struct ieee80211_sband_iftype_data *data = 519 522 &sband->iftype_data[i];