diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-12-14 15:51:06 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-12-14 15:59:12 +0100 |
commit | 0d5c827cd976886b1dce86bbefc74fc8303bac99 (patch) | |
tree | 6094aa502e810d960251cd01a252990d235425b6 /interface.h | |
parent | 82ad51f6760b35832492e3975f9f75cef475a516 (diff) |
Revert "netifd: Link layer state support on interface level"
This reverts commit 7335c3e19ea09674245dda3653d3f40705e68d6b.
Diffstat (limited to 'interface.h')
-rw-r--r-- | interface.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/interface.h b/interface.h index 1004bdd..4b7de59 100644 --- a/interface.h +++ b/interface.h @@ -95,8 +95,6 @@ struct interface { bool autostart; bool config_autostart; bool device_config; - bool enabled; - bool link_state; bool dynamic; time_t start_time; |