summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/main.h
diff options
context:
space:
mode:
authorAntonio Quartulli2013-06-04 12:11:41 +0200
committerAntonio Quartulli2013-10-19 15:11:25 +0200
commit1605278901718ed51b5c8c832d61b1009e556306 (patch)
treef39218b3f8a0d78448a960dbbb7d1feaaa8df16d /net/batman-adv/main.h
parentbatman-adv: use vid when computing local and global TT CRC (diff)
downloadkernel-qcow2-linux-1605278901718ed51b5c8c832d61b1009e556306.tar.gz
kernel-qcow2-linux-1605278901718ed51b5c8c832d61b1009e556306.tar.xz
kernel-qcow2-linux-1605278901718ed51b5c8c832d61b1009e556306.zip
batman-adv: print the VID together with the TT entries
Signed-off-by: Antonio Quartulli <antonio@open-mesh.com> Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Diffstat (limited to 'net/batman-adv/main.h')
-rw-r--r--net/batman-adv/main.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/batman-adv/main.h b/net/batman-adv/main.h
index 2774d7f4ee0b..d7dfafe45f29 100644
--- a/net/batman-adv/main.h
+++ b/net/batman-adv/main.h
@@ -167,6 +167,8 @@ enum batadv_uev_type {
#include <net/rtnetlink.h>
#include <linux/jiffies.h>
#include <linux/seq_file.h>
+#include <linux/if_vlan.h>
+
#include "types.h"
#define BATADV_PRINT_VID(vid) (vid & BATADV_VLAN_HAS_TAG ? \