netifd: propagate error code on netifd_reload()
[project/netifd.git] / wireless.h
index 665cdb7..3498bd8 100644 (file)
@@ -53,9 +53,9 @@ struct wireless_device {
        struct blob_attr *config;
        struct blob_attr *data;
 
-       bool config_autostart;
        bool autostart;
        bool disabled;
+       bool retry_setup_failed;
 
        enum interface_state state;
        enum interface_config_state config_state;