aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/br_if.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/bridge/br_if.c')
-rw-r--r--net/bridge/br_if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bridge/br_if.c b/net/bridge/br_if.c
index f3a2e29be40c..cf10b8f2a1c7 100644
--- a/net/bridge/br_if.c
+++ b/net/bridge/br_if.c
@@ -203,7 +203,7 @@ static struct net_device *new_bridge_dev(const char *name)
203 memcpy(br->group_addr, br_group_address, ETH_ALEN); 203 memcpy(br->group_addr, br_group_address, ETH_ALEN);
204 204
205 br->feature_mask = dev->features; 205 br->feature_mask = dev->features;
206 br->stp_enabled = 0; 206 br->stp_enabled = BR_NO_STP;
207 br->designated_root = br->bridge_id; 207 br->designated_root = br->bridge_id;
208 br->root_path_cost = 0; 208 br->root_path_cost = 0;
209 br->root_port = 0; 209 br->root_port = 0;