bridge: fix config reload on 32 bit systems
[project/netifd.git] / wireless.h
index 690c79789cca0311e633b410dc24fbf1850a1e74..4539bbc442f0516f5929d47f49de56ebd55d31c8 100644 (file)
@@ -40,6 +40,7 @@ struct wireless_device {
        bool handler_action;
        bool handler_pending;
        bool serialize;
+       bool config_update;
 
        struct wireless_driver *drv;
        struct vlist_tree interfaces;
@@ -88,6 +89,7 @@ struct wireless_interface {
 
        const char *ifname;
        struct blob_attr *network;
+       struct blob_attr *network_vlan;
        bool proxyarp;
        bool isolate;
        bool ap_mode;
@@ -107,6 +109,7 @@ struct wireless_vlan {
 
        const char *ifname;
        struct blob_attr *network;
+       struct blob_attr *network_vlan;
        int multicast_to_unicast;
        bool isolate;
 };