diff options
author | Sven Eckelmann <sven@narfation.org> | 2012-06-04 00:19:15 +0400 |
---|---|---|
committer | Antonio Quartulli <ordex@autistici.org> | 2012-06-28 10:45:02 +0400 |
commit | 4d5d2db8d5a40b18e562fe2fa4ef9b1f9710ff82 (patch) | |
tree | b124e83605fd78b53e93df328368ade59fc9b2ef /net/batman-adv/unicast.h | |
parent | c11fdfaefa46a83a668a73dc3ae90859e99ed251 (diff) | |
download | linux-4d5d2db8d5a40b18e562fe2fa4ef9b1f9710ff82.tar.xz |
batman-adv: Prefix unicast 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/unicast.h')
-rw-r--r-- | net/batman-adv/unicast.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/batman-adv/unicast.h b/net/batman-adv/unicast.h index 9257b83534fd..936287f552ee 100644 --- a/net/batman-adv/unicast.h +++ b/net/batman-adv/unicast.h @@ -22,8 +22,8 @@ #include "packet.h" -#define FRAG_TIMEOUT 10000 /* purge frag list entries after time in ms */ -#define FRAG_BUFFER_SIZE 6 /* number of list elements in buffer */ +#define BATADV_FRAG_TIMEOUT 10000 /* purge frag list entries after time in ms */ +#define BATADV_FRAG_BUFFER_SIZE 6 /* number of list elements in buffer */ int batadv_frag_reassemble_skb(struct sk_buff *skb, struct bat_priv *bat_priv, struct sk_buff **new_skb); |