Skip to content

Commit

Permalink
bnx2: Don't redefine FLOW_CTRL_{RX,TX}.
Browse files Browse the repository at this point in the history
They are provided generically by linux/mii.h now.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Dec 17, 2008
1 parent 1f2435e commit f6d5243
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/net/bnx2.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit f6d5243

Please sign in to comment.