Skip to content
Snippets Groups Projects
Commit 574e2af7 authored by Joe Perches's avatar Joe Perches Committed by David S. Miller
Browse files

include: Convert ethernet mac address declarations to use ETH_ALEN


It's convenient to have ethernet mac addresses use
ETH_ALEN to be able to grep for them a bit easier and
also to ensure that the addresses are __aligned(2).

Add #include <linux/if_ether.h> as necessary.

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Acked-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e216975a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment