From: Antonio Quartulli Date: Sat, 18 Feb 2012 10:27:34 +0000 (+0100) Subject: batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr) X-Git-Tag: v3.5-rc1~109^2~411^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d125074ebc8c971e939f8c2c8f90a80fa09aeb4;p=pandora-kernel.git batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr) Instead of using sizeof(struct ethhdr) it is strongly recommended to use the kernel macro ETH_HLEN. This patch substitute each occurrence of the former expressione with the latter one. Signed-off-by: Antonio Quartulli --- Reading git-diff-tree failed