Commit f6d52432 authored by David S. Miller's avatar David S. Miller

bnx2: Don't redefine FLOW_CTRL_{RX,TX}.

They are provided generically by linux/mii.h now.
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 1f2435e5
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment