diff options
author | John Crispin <blogic@openwrt.org> | 2014-02-17 12:12:25 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-02-17 15:12:45 +0100 |
commit | 0244609f376d6b11b98c9488b964fa9133e250fa (patch) | |
tree | c7120fd54eaf8515a36898285c246895c79d8f3b /wireless.h | |
parent | 700effdec6e66e4a93c88613f2da1d3d8c141fcb (diff) |
wireless: load and then ignore disabled devices
Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'wireless.h')
-rw-r--r-- | wireless.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,7 @@ struct wireless_device { bool config_autostart; bool autostart; + bool disabled; enum interface_state state; enum interface_config_state config_state; |