X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=device.h;h=4ff335d116fe43a9b6dbbc0e631fc6292e0a849d;hp=b2c0ba947e11739197709afdd0e8917508c39345;hb=4902ba2999dec02e82066d70ab6096b852a33007;hpb=e057fcb4a260c70f0271f8fdcd7140775a09791f diff --git a/device.h b/device.h index b2c0ba9..4ff335d 100644 --- a/device.h +++ b/device.h @@ -58,8 +58,6 @@ struct device_type { struct list_head list; const char *name; - bool keep_link_status; - const struct uci_blob_param_list *config_params; struct device *(*create)(const char *name, struct blob_attr *attr); @@ -182,6 +180,7 @@ struct device { bool iface_config; bool default_config; bool wireless; + bool wireless_ap; bool wireless_isolate; struct interface *config_iface;