bridge: enable multicast_to_unicast on all wireless bridge ports
[project/netifd.git] / device.h
index 6fceaa1..01a68bc 100644 (file)
--- a/device.h
+++ b/device.h
@@ -138,6 +138,7 @@ struct device {
 
        bool current_config;
        bool default_config;
+       bool wireless;
 
        /* set interface up or down */
        device_state_cb set_state;
@@ -161,6 +162,7 @@ extern const struct device_type simple_device_type;
 extern const struct device_type bridge_device_type;
 extern const struct device_type tunnel_device_type;
 extern const struct device_type macvlan_device_type;
+extern const struct device_type vlandev_device_type;
 
 void device_lock(void);
 void device_unlock(void);