drivers/net/oki-semi: Remove the definition of PCH_GBE_ETH_ALEN
authorRongQing.Li <roy.qing.li@gmail.com>
Thu, 26 Apr 2012 21:01:12 +0000 (21:01 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 29 Apr 2012 01:59:17 +0000 (21:59 -0400)
PCH_GBE_ETH_ALEN is equal to ETH_ALEN, so we can replace it with
ETH_ALEN.

If they are not equal, it must be a bug, since this is ethernet,
and the address has been already stored to mc_addr_list as ETH_ALEN
bytes when call pch_gbe_mac_mc_addr_list_update.

Signed-off-by: RongQing.Li <roy.qing.li@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found