On Friday, May 24, 2013 21:04:44 Antonio Quartulli wrote:
4bytes long members must start at an address multiple of 4 in order to avoid unaligned memory access.
Add 2 padding bytes to satisfy this requirement.
Introduced by c5e7a06a29612056006e4dc01910c0b44e858583 "batman-adv: use CRC32C instead of CRC16 in TT code"
Signed-off-by: Antonio Quartulli ordex@autistici.org
packet.h | 2 ++ 1 file changed, 2 insertions(+)
Applied in revision 2fb072a.
Thanks, Marek