summaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2.h
diff options
context:
space:
mode:
authorDavid S. Miller2008-12-17 08:45:02 +0100
committerDavid S. Miller2008-12-17 08:54:23 +0100
commitf6d52432a4bc6da5de2a0bbb350f735db3206aa5 (patch)
treec04b76071b57bd461d826cc1ec0384911f66d429 /drivers/net/bnx2.h
parentbnx2: Update version to 1.9.0. (diff)
downloadkernel-qcow2-linux-f6d52432a4bc6da5de2a0bbb350f735db3206aa5.tar.gz
kernel-qcow2-linux-f6d52432a4bc6da5de2a0bbb350f735db3206aa5.tar.xz
kernel-qcow2-linux-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/net/bnx2.h')
-rw-r--r--drivers/net/bnx2.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/bnx2.h b/drivers/net/bnx2.h
index 88f962bff2d3..900641ac63e0 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 */