1: 2beafc3dc0b8 ! 1: e2fc67094855 wifi: mac80211: Report parent AP BSS parameters for AP_VLAN @@ net/mac80211/util.c: bool ieee80211_vif_nan_started(struct ieee80211_vif *vif)  +  + lockdep_assert_wiphy(sdata->local->hw.wiphy);  + -+ if (sdata->vif.type == NL80211_IFTYPE_AP_VLAN) { -+ if (!sdata->bss) -+ return NULL; -+ ++ if (sdata->vif.type == NL80211_IFTYPE_AP_VLAN)  + bss_sdata = get_bss_sdata(sdata); -+ }  +  + if (link_id >= 0)  + return sdata_dereference(bss_sdata->vif.link_conf[link_id],