aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/batman-adv/translation-table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/translation-table.c b/net/batman-adv/translation-table.c
index 46a2b3791d9c..ab8dea8b0b2e 100644
--- a/net/batman-adv/translation-table.c
+++ b/net/batman-adv/translation-table.c
@@ -244,7 +244,7 @@ void tt_local_add(struct net_device *soft_iface, const uint8_t *addr,
244 tt_global_entry->orig_node->tt_poss_change = true; 244 tt_global_entry->orig_node->tt_poss_change = true;
245 /* The global entry has to be marked as ROAMING and has to be 245 /* The global entry has to be marked as ROAMING and has to be
246 * kept for consistency purpose */ 246 * kept for consistency purpose */
247 tt_global_entry->common.flags |= TT_CLIENT_PENDING; 247 tt_global_entry->common.flags |= TT_CLIENT_ROAM;
248 tt_global_entry->roam_at = jiffies; 248 tt_global_entry->roam_at = jiffies;
249 send_roam_adv(bat_priv, tt_global_entry->common.addr, 249 send_roam_adv(bat_priv, tt_global_entry->common.addr,
250 tt_global_entry->orig_node); 250 tt_global_entry->orig_node);