commit | 1409a93274bb1b17f0b7a0b255a75e80899eec11 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Thu Aug 01 16:17:49 2013 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Aug 02 12:33:54 2013 -0700 |
tree | 778099b4c28e9089af438ca53f79613c43617069 | |
parent | 574e2af7c0af3273836def5e66f236521bb433c9 [diff] |
ethernet: Convert mac address uses of 6 to ETH_ALEN Use the normal #define to help grep find mac addresses and ensure that addresses are aligned. pasemi.h has an unaligned access to mac_addr, unchanged for now. Signed-off-by: Joe Perches <joe@perches.com> Acked-by: Olof Johansson <olof@lixom.net> # pasemi_mac pieces Signed-off-by: David S. Miller <davem@davemloft.net>