|
@@ -107,7 +107,7 @@ static void br_tcn_timer_expired(unsigned long arg)
|
|
|
|
|
|
br_debug(br, "tcn timer expired\n");
|
|
br_debug(br, "tcn timer expired\n");
|
|
spin_lock(&br->lock);
|
|
spin_lock(&br->lock);
|
|
- if (br->dev->flags & IFF_UP) {
|
|
|
|
|
|
+ if (!br_is_root_bridge(br) && (br->dev->flags & IFF_UP)) {
|
|
br_transmit_tcn(br);
|
|
br_transmit_tcn(br);
|
|
|
|
|
|
mod_timer(&br->tcn_timer,jiffies + br->bridge_hello_time);
|
|
mod_timer(&br->tcn_timer,jiffies + br->bridge_hello_time);
|