diff options
author | David S. Miller <davem@davemloft.net> | 2008-12-16 23:45:02 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-12-16 23:54:23 -0800 |
commit | f6d52432a4bc6da5de2a0bbb350f735db3206aa5 (patch) | |
tree | c04b76071b57bd461d826cc1ec0384911f66d429 /drivers | |
parent | 1f2435e532bd64742c3f766b7d5c17cc9d0b8558 (diff) | |
download | linux-3.10-f6d52432a4bc6da5de2a0bbb350f735db3206aa5.tar.gz linux-3.10-f6d52432a4bc6da5de2a0bbb350f735db3206aa5.tar.bz2 linux-3.10-f6d52432a4bc6da5de2a0bbb350f735db3206aa5.zip |
bnx2: Don't redefine FLOW_CTRL_{RX,TX}.
They are provided generically by linux/mii.h now.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/bnx2.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/bnx2.h b/drivers/net/bnx2.h index 88f962bff2d..900641ac63e 100644 --- a/drivers/net/bnx2.h +++ b/drivers/net/bnx2.h @@ -6848,9 +6848,6 @@ struct bnx2 { u8 flow_ctrl; /* actual flow ctrl settings */ /* may be different from */ /* req_flow_ctrl if autoneg */ -#define FLOW_CTRL_TX 1 -#define FLOW_CTRL_RX 2 - u32 advertising; u8 req_flow_ctrl; /* flow ctrl advertisement */ |