batman-adv: Reserve extra bytes in skb for better alignment
authorSven Eckelmann <sven@narfation.org>
Sun, 4 Nov 2012 16:11:45 +0000 (17:11 +0100)
committerAntonio Quartulli <ordex@autistici.org>
Wed, 7 Nov 2012 19:00:16 +0000 (20:00 +0100)
The ethernet header is 14 bytes long. Therefore, the data after it is not 4
byte aligned and may cause problems on systems without unaligned data access.
Reserving NET_IP_ALIGN more byes can fix the misalignment of the ethernet
header.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Antonio Quartulli <ordex@autistici.org>

No differences found