aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'net/bridge/br_stp_if.c')
-rw-r--r--net/bridge/br_stp_if.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/bridge/br_stp_if.c b/net/bridge/br_stp_if.c
index 8a7ada8bb947..bcb4559e735d 100644
--- a/net/bridge/br_stp_if.c
+++ b/net/bridge/br_stp_if.c
@@ -166,6 +166,8 @@ static void br_stp_start(struct net_bridge *br)
166 br_debug(br, "using kernel STP\n"); 166 br_debug(br, "using kernel STP\n");
167 167
168 /* To start timers on any ports left in blocking */ 168 /* To start timers on any ports left in blocking */
169 if (br->dev->flags & IFF_UP)
170 mod_timer(&br->hello_timer, jiffies + br->hello_time);
169 br_port_state_selection(br); 171 br_port_state_selection(br);
170 } 172 }
171 173