On Mon, 2020-04-20 at 23:50 +0300, Jouni Malinen wrote: > > + * @rx_multicast_reg: multicast Public Action frames should be reported to > + * mac80211 for this interface. Since this is pretty specific ("multicast Public Action"), ... > + local->rx_multicast_reg = upd->global_mcast_stypes; Maybe that should be a bit more specific and select only action subtype? I guess I'd kinda prefer to document action, not just public action too, since that's the granularity we have in the API now? I mean, public action may be all we need now, but ... johannes