Re: [B.A.T.M.A.N.] [PATCHv2 5/6] batman-adv: reorder batadv_iv_flags

2013-04-20 Thread Marek Lindner
On Saturday, April 20, 2013 03:52:28 Simon Wunderlich wrote: @@ -70,10 +70,9 @@ enum batadv_subtype { #define BATADV_COMPAT_VERSION 14 enum batadv_iv_flags { - BATADV_NOT_BEST_NEXT_HOP = BIT(3), - BATADV_PRIMARIES_FIRST_HOP = BIT(4), - BATADV_VIS_SERVER =

[B.A.T.M.A.N.] [PATCHv2 5/6] batman-adv: reorder batadv_iv_flags

2013-04-19 Thread Simon Wunderlich
The vis flag is not needed anymore, and since we do a compat bump we can start with the first bit again Signed-off-by: Simon Wunderlich s...@hrz.tu-chemnitz.de --- packet.h | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packet.h b/packet.h index 88d3aa6..cda3236