From: Antonio Quartulli Date: Sat, 20 Apr 2013 13:59:13 +0000 (+0200) Subject: batman-adv: switch to a new packet compatibility version X-Git-Tag: firefly_0821_release~176^2~4992^2~193^2~14 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=60cf7981b770e329a05734d1e6eb055f13219202;p=firefly-linux-kernel-4.4.55.git batman-adv: switch to a new packet compatibility version With this change batman-adv is breaking compatibility with older versions and it is moving to compat-version 15. Signed-off-by: Simon Wunderlich Signed-off-by: Marek Lindner Signed-off-by: Martin Hundebøll Signed-off-by: Antonio Quartulli --- diff --git a/net/batman-adv/packet.h b/net/batman-adv/packet.h index a51ccfc39da4..11a22c8c3cbb 100644 --- a/net/batman-adv/packet.h +++ b/net/batman-adv/packet.h @@ -48,7 +48,7 @@ enum batadv_subtype { }; /* this file is included by batctl which needs these defines */ -#define BATADV_COMPAT_VERSION 14 +#define BATADV_COMPAT_VERSION 15 enum batadv_iv_flags { BATADV_NOT_BEST_NEXT_HOP = BIT(3),