Re: [B.A.T.M.A.N.] [PATCHv2 4/6] batman-adv: remove packed from batadv_ogm_packet

2013-04-20 Thread Marek Lindner
On Saturday, April 20, 2013 03:52:27 Simon Wunderlich wrote: As we decreased the struct size from 26 to 24 byte, we can remove __packed as the compile will not add any more padding. Same typo as before: compileR Cheers, Marek

[B.A.T.M.A.N.] [PATCHv2 4/6] batman-adv: remove packed from batadv_ogm_packet

2013-04-19 Thread Simon Wunderlich
As we decreased the struct size from 26 to 24 byte, we can remove __packed as the compile will not add any more padding. Signed-off-by: Simon Wunderlich s...@hrz.tu-chemnitz.de --- packet.h |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packet.h b/packet.h index