Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108047
b: refs/heads/master
c: 4ab84d4
h: refs/heads/master
i:
  108045: d49d1cb
  108043: 26c49f4
  108039: a9280f3
  108031: 9592a77
v: v3
  • Loading branch information
Randy Dunlap authored and David S. Miller committed Aug 8, 2008
1 parent 7f63cd6 commit 8e54fb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c1c6c11a6860c8135fd0d923c3d49fb368889b10
refs/heads/master: 4ab84d450e24b3a309608182a8d8e30626b46f8f
2 changes: 1 addition & 1 deletion trunk/drivers/net/bnx2x_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -7202,7 +7202,7 @@ static void __devinit bnx2x_link_settings_requested(struct bnx2x *bp)
bp->link_params.req_flow_ctrl = (bp->port.link_config &
PORT_FEATURE_FLOW_CONTROL_MASK);
if ((bp->link_params.req_flow_ctrl == FLOW_CTRL_AUTO) &&
(!bp->port.supported & SUPPORTED_Autoneg))
!(bp->port.supported & SUPPORTED_Autoneg))
bp->link_params.req_flow_ctrl = FLOW_CTRL_NONE;

BNX2X_DEV_INFO("req_line_speed %d req_duplex %d req_flow_ctrl 0x%x"
Expand Down

0 comments on commit 8e54fb2

Please sign in to comment.