mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
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:
parent
104bf3fb96
commit
288e127170
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user