diff options
author | Sven Eckelmann <sven@narfation.org> | 2012-06-03 22:19:16 +0200 |
---|---|---|
committer | Antonio Quartulli <ordex@autistici.org> | 2012-06-28 08:45:04 +0200 |
commit | edbf7ff72312afcc502014ccf3c72c49fa55722a (patch) | |
tree | c0055f7fd6f1cb190082493faf079759016e8f8b /net/batman-adv/vis.c | |
parent | batman-adv: Prefix unicast defines with BATADV_ (diff) | |
download | linux-edbf7ff72312afcc502014ccf3c72c49fa55722a.tar.xz linux-edbf7ff72312afcc502014ccf3c72c49fa55722a.zip |
batman-adv: Prefix vis defines with BATADV_
Reported-by: Martin Hundebøll <martin@hundeboll.net>
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Diffstat (limited to 'net/batman-adv/vis.c')
-rw-r--r-- | net/batman-adv/vis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/vis.c b/net/batman-adv/vis.c index 596eacc3dd1c..a439ed6616ea 100644 --- a/net/batman-adv/vis.c +++ b/net/batman-adv/vis.c @@ -674,7 +674,7 @@ static void batadv_purge_vis_packets(struct bat_priv *bat_priv) continue; if (batadv_has_timed_out(info->first_seen, - VIS_TIMEOUT)) { + BATADV_VIS_TIMEOUT)) { hlist_del(node); batadv_send_list_del(info); kref_put(&info->refcount, batadv_free_info); |