diff options
author | Eduardo Abinader <eduardoabinader@gmail.com> | 2016-08-25 11:13:13 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-08-25 11:45:15 +0200 |
commit | 61e5fa84eca4176bc5b4f9769a5af79d85cf11c6 (patch) | |
tree | 66bf2ec57922fbdd6b1c5f621798a872bdfc82a2 /wireless.h | |
parent | 5e0fb81b9a9a8ad8ef582d8d29d7d243e1903100 (diff) |
wireless: remove config_autostart
just a cleanup for an unused member.
Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
Diffstat (limited to 'wireless.h')
-rw-r--r-- | wireless.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -53,7 +53,6 @@ struct wireless_device { struct blob_attr *config; struct blob_attr *data; - bool config_autostart; bool autostart; bool disabled; bool retry_setup_failed; |