Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194555
b: refs/heads/master
c: 1c4f0ef
h: refs/heads/master
i:
  194553: dafb37e
  194551: 8823880
v: v3
  • Loading branch information
Don Skidmore authored and David S. Miller committed Apr 27, 2010
1 parent fe0a637 commit 6329406
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: 3203df043263e1bb64d8ba970eb17b0810945504
refs/heads/master: 1c4f0ef8a30d17371e18bf923775c5ed6f83bc3c
2 changes: 1 addition & 1 deletion trunk/drivers/net/ixgbe/ixgbe_ethtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ static int ixgbe_set_pauseparam(struct net_device *netdev,
else
fc.disable_fc_autoneg = false;

if (pause->rx_pause && pause->tx_pause)
if ((pause->rx_pause && pause->tx_pause) || pause->autoneg)
fc.requested_mode = ixgbe_fc_full;
else if (pause->rx_pause && !pause->tx_pause)
fc.requested_mode = ixgbe_fc_rx_pause;
Expand Down

0 comments on commit 6329406

Please sign in to comment.