mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 22:50:41 +00:00
batman-adv: Prefix vis defines with BATADV_
Reported-by: Martin Hundebøll <martin@hundeboll.net> Signed-off-by: Sven Eckelmann <sven@narfation.org>
This commit is contained in:
parent
4d5d2db8d5
commit
edbf7ff723
@ -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);
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user