From: Antonio Quartulli Date: Mon, 30 Jan 2012 19:59:17 +0000 (+0100) Subject: batman-adv: use ETH_ALEN instead of hardcoded numeric constants X-Git-Tag: v3.5-rc1~109^2~523 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1faead3335608d9c9bb58e07bbf9663d53d4b26;p=pandora-kernel.git batman-adv: use ETH_ALEN instead of hardcoded numeric constants In packet.h the numeric constant 6 is used instead of the more portable ETH_ALEN define. This patch substitute any hardcoded value with such define. Signed-off-by: Antonio Quartulli Acked-by: Sven Eckelmann --- Reading git-diff-tree failed