aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/routing.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/batman-adv/routing.c')
-rw-r--r--net/batman-adv/routing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/routing.c b/net/batman-adv/routing.c
index ec23f9f7d14..13444e92bc9 100644
--- a/net/batman-adv/routing.c
+++ b/net/batman-adv/routing.c
@@ -1299,7 +1299,7 @@ int recv_roam_adv(struct sk_buff *skb, struct hard_iface *recv_if)
1299 roam_adv_packet->client); 1299 roam_adv_packet->client);
1300 1300
1301 tt_global_add(bat_priv, orig_node, roam_adv_packet->client, 1301 tt_global_add(bat_priv, orig_node, roam_adv_packet->client,
1302 atomic_read(&orig_node->last_ttvn) + 1, true); 1302 atomic_read(&orig_node->last_ttvn) + 1, true, false);
1303 1303
1304 /* Roaming phase starts: I have new information but the ttvn has not 1304 /* Roaming phase starts: I have new information but the ttvn has not
1305 * been incremented yet. This flag will make me check all the incoming 1305 * been incremented yet. This flag will make me check all the incoming