diff --git a/net/mac80211/util.c b/net/mac80211/util.c index 5e2e511c4a6f69cf0b613c1b3facd0665d672cfd..d02fbfec37835bce6a27ecfdc146b95ba0ca077f 100644 --- a/net/mac80211/util.c +++ b/net/mac80211/util.c @@ -2111,7 +2111,8 @@ int ieee80211_reconfig(struct ieee80211_local *local) if (!sta->uploaded) continue; - if (sta->sdata->vif.type != NL80211_IFTYPE_AP) + if (sta->sdata->vif.type != NL80211_IFTYPE_AP && + sta->sdata->vif.type != NL80211_IFTYPE_AP_VLAN) continue; for (state = IEEE80211_STA_NOTEXIST;