wireless: fix mcast_to_ucast handling, only apply it to AP mode
[project/netifd.git] / device.h
index b2c0ba9..37814c8 100644 (file)
--- a/device.h
+++ b/device.h
@@ -182,6 +182,7 @@ struct device {
        bool iface_config;
        bool default_config;
        bool wireless;
+       bool wireless_ap;
        bool wireless_isolate;
 
        struct interface *config_iface;