bna: Convert MAC_ADDRLEN uses to ETH_ALEN

Reduce the number of #defines, use the normal #define from if_ether.h

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Joe Perches 2011-11-16 09:38:04 +00:00 committed by David S. Miller
parent 104bf3fb96
commit 288e127170

View File

@ -43,8 +43,7 @@ extern char bfa_version[];
#pragma pack(1)
#define MAC_ADDRLEN (6)
typedef struct mac { u8 mac[MAC_ADDRLEN]; } mac_t;
typedef struct mac { u8 mac[ETH_ALEN]; } mac_t;
#pragma pack()