diff options
author | Antonio Quartulli <antonio@open-mesh.com> | 2013-06-04 06:11:41 -0400 |
---|---|---|
committer | Antonio Quartulli <antonio@meshcoding.com> | 2013-10-19 09:11:25 -0400 |
commit | 1605278901718ed51b5c8c832d61b1009e556306 (patch) | |
tree | f39218b3f8a0d78448a960dbbb7d1feaaa8df16d /net/batman-adv/main.h | |
parent | 0ffa9e8d86d665f0f29343e45ecc09e2772ac646 (diff) |
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 { | |||
167 | #include <net/rtnetlink.h> | 167 | #include <net/rtnetlink.h> |
168 | #include <linux/jiffies.h> | 168 | #include <linux/jiffies.h> |
169 | #include <linux/seq_file.h> | 169 | #include <linux/seq_file.h> |
170 | #include <linux/if_vlan.h> | ||
171 | |||
170 | #include "types.h" | 172 | #include "types.h" |
171 | 173 | ||
172 | #define BATADV_PRINT_VID(vid) (vid & BATADV_VLAN_HAS_TAG ? \ | 174 | #define BATADV_PRINT_VID(vid) (vid & BATADV_VLAN_HAS_TAG ? \ |