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 /proto-shell.c | |
parent | 82ad51f6760b35832492e3975f9f75cef475a516 (diff) |
Revert "netifd: Link layer state support on interface level"
This reverts commit 7335c3e19ea09674245dda3653d3f40705e68d6b.
Diffstat (limited to 'proto-shell.c')
-rw-r--r-- | proto-shell.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proto-shell.c b/proto-shell.c index 27fe265..6bbfe10 100644 --- a/proto-shell.c +++ b/proto-shell.c @@ -158,7 +158,6 @@ proto_shell_handler(struct interface_proto_state *proto, action = "setup"; state->last_error = -1; proto_shell_clear_host_dep(state); - state->sm = S_SETUP; } else { if (state->sm == S_TEARDOWN) return 0; |