net:drivers/net: Miscellaneous conversions to ETH_ALEN
authorJoe Perches <joe@perches.com>
Wed, 2 Oct 2013 02:04:40 +0000 (19:04 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 2 Oct 2013 21:04:45 +0000 (17:04 -0400)
Convert the memset/memcpy uses of 6 to ETH_ALEN
where appropriate.

Also convert some struct definitions and u8 array
declarations of [6] to ETH_ALEN.

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found