commit | c1faead3335608d9c9bb58e07bbf9663d53d4b26 | [log] [tgz] |
---|---|---|
author | Antonio Quartulli <ordex@autistici.org> | Mon Jan 30 20:59:17 2012 +0100 |
committer | Antonio Quartulli <ordex@autistici.org> | Wed Apr 11 14:28:58 2012 +0200 |
tree | ebc23f62557135a9f8021bf7c8434f9bfc5061a8 | |
parent | 10e3cd6a251a2a24e5461e5ad242ea8708ff1866 [diff] |
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 <ordex@autistici.org> Acked-by: Sven Eckelmann <sven@narfation.org>