From: Sven Eckelmann Date: Sun, 20 Nov 2011 14:47:38 +0000 (+0100) Subject: batman-adv: Explicitly mark the common header structure X-Git-Tag: v3.4-rc1~177^2~264^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76543d14aec6ce5cb3fc7be9b39c50fcebd2043b;p=pandora-kernel.git batman-adv: Explicitly mark the common header structure All batman-adv packets have a common 3 byte header. It can be used to share some code between different code paths, but it was never explicit stated that this header has to be always the same for all packets. Therefore, new code changes always have the problem that they may accidently introduce regressions by moving some elements around. A new structure is introduced that contains the common header and makes it easier visible that these 3 bytes have to be the same for all on-wire packets. Signed-off-by: Sven Eckelmann Signed-off-by: Marek Lindner --- Reading git-diff-tree failed