aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/vis.h
diff options
context:
space:
mode:
authorSven Eckelmann <sven@narfation.org>2012-06-03 16:19:16 -0400
committerAntonio Quartulli <ordex@autistici.org>2012-06-28 02:45:04 -0400
commitedbf7ff72312afcc502014ccf3c72c49fa55722a (patch)
treec0055f7fd6f1cb190082493faf079759016e8f8b /net/batman-adv/vis.h
parent4d5d2db8d5a40b18e562fe2fa4ef9b1f9710ff82 (diff)
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.h')
-rw-r--r--net/batman-adv/vis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/vis.h b/net/batman-adv/vis.h
index dad595870f8..16a1a6b7e2c 100644
--- a/net/batman-adv/vis.h
+++ b/net/batman-adv/vis.h
@@ -21,7 +21,7 @@
21#define _NET_BATMAN_ADV_VIS_H_ 21#define _NET_BATMAN_ADV_VIS_H_
22 22
23/* timeout of vis packets in miliseconds */ 23/* timeout of vis packets in miliseconds */
24#define VIS_TIMEOUT 200000 24#define BATADV_VIS_TIMEOUT 200000
25 25
26int batadv_vis_seq_print_text(struct seq_file *seq, void *offset); 26int batadv_vis_seq_print_text(struct seq_file *seq, void *offset);
27void batadv_receive_server_sync_packet(struct bat_priv *bat_priv, 27void batadv_receive_server_sync_packet(struct bat_priv *bat_priv,