mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-31 22:15:38 +00:00
net: bnx2x: avoid macro redefinition
Signed-off-by: David Decotigny <decot@googlers.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
ddcde70cbf
commit
b1e8bc617d
@ -1138,12 +1138,8 @@ struct bnx2x_port {
|
||||
u32 link_config[LINK_CONFIG_SIZE];
|
||||
|
||||
u32 supported[LINK_CONFIG_SIZE];
|
||||
/* link settings - missing defines */
|
||||
#define SUPPORTED_2500baseX_Full (1 << 15)
|
||||
|
||||
u32 advertising[LINK_CONFIG_SIZE];
|
||||
/* link settings - missing defines */
|
||||
#define ADVERTISED_2500baseX_Full (1 << 15)
|
||||
|
||||
u32 phy_addr;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user