diff options
author | Antonio Quartulli <antonio@open-mesh.com> | 2013-06-04 12:11:41 +0200 |
---|---|---|
committer | Antonio Quartulli <antonio@meshcoding.com> | 2013-10-19 15:11:25 +0200 |
commit | 1605278901718ed51b5c8c832d61b1009e556306 (patch) | |
tree | f39218b3f8a0d78448a960dbbb7d1feaaa8df16d /net/batman-adv/main.h | |
parent | 0ffa9e8d86d665f0f29343e45ecc09e2772ac646 (diff) | |
download | linux-1605278901718ed51b5c8c832d61b1009e556306.tar.gz linux-1605278901718ed51b5c8c832d61b1009e556306.tar.bz2 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.h | 2 |
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 ? \ |