From: Simon Wunderlich Date: Mon, 2 Dec 2013 19:38:31 +0000 (+0100) Subject: batman-adv: fix header alignment by unrolling batadv_header X-Git-Tag: v3.13-rc7~13^2~6^2~5 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a40d9b075c21f06872de3f05cc2eb3d06665e2ff;p=pandora-kernel.git batman-adv: fix header alignment by unrolling batadv_header The size of the batadv_header of 3 is problematic on some architectures which automatically pad all structures to a 32 bit boundary. To not lose performance by packing this struct, better embed it into the various host structures. Reported-by: Russell King Signed-off-by: Simon Wunderlich Signed-off-by: Marek Lindner Signed-off-by: Antonio Quartulli --- Reading git-diff-tree failed