diff options
Diffstat (limited to 'net/batman-adv')
-rw-r--r-- | net/batman-adv/translation-table.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/batman-adv/translation-table.c b/net/batman-adv/translation-table.c index b3fb597c79b5..a66c2dcd1088 100644 --- a/net/batman-adv/translation-table.c +++ b/net/batman-adv/translation-table.c | |||
@@ -206,6 +206,8 @@ void tt_local_add(struct net_device *soft_iface, const uint8_t *addr, | |||
206 | 206 | ||
207 | if (tt_local_entry) { | 207 | if (tt_local_entry) { |
208 | tt_local_entry->last_seen = jiffies; | 208 | tt_local_entry->last_seen = jiffies; |
209 | /* possibly unset the TT_CLIENT_PENDING flag */ | ||
210 | tt_local_entry->common.flags &= ~TT_CLIENT_PENDING; | ||
209 | goto out; | 211 | goto out; |
210 | } | 212 | } |
211 | 213 | ||