On Thu, 2023-06-22 at 18:05 +0200, Felix Fietkau wrote: > Since AP_VLAN interfaces are not pushed to the driver, > That's a mac80211 thing though. > the driver should not > be expected to register iftype data for them. > Map them to the regular AP iftype on lookup. And this is in cfg80211 - not sure that seems right? OTOH I'd expect no callers with VLAN here, it doesn't really make sense since they're not a standalone mode that actually has HE/EHT, but still, seems odd this way? What's actually calling it? I'm guessing somewhere in mac80211? johannes