OSDN Git Service

batman-adv: Prefix vis defines with BATADV_
authorSven Eckelmann <sven@narfation.org>
Sun, 3 Jun 2012 20:19:16 +0000 (22:19 +0200)
committerAntonio Quartulli <ordex@autistici.org>
Thu, 28 Jun 2012 06:45:04 +0000 (08:45 +0200)
Reported-by: Martin Hundebøll <martin@hundeboll.net>
Signed-off-by: Sven Eckelmann <sven@narfation.org>
net/batman-adv/vis.c
net/batman-adv/vis.h

index 596eacc..a439ed6 100644 (file)
@@ -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);
index dad5958..16a1a6b 100644 (file)
@@ -21,7 +21,7 @@
 #define _NET_BATMAN_ADV_VIS_H_
 
 /* timeout of vis packets in miliseconds */
-#define VIS_TIMEOUT            200000
+#define BATADV_VIS_TIMEOUT             200000
 
 int batadv_vis_seq_print_text(struct seq_file *seq, void *offset);
 void batadv_receive_server_sync_packet(struct bat_priv *bat_priv,