Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352502
b: refs/heads/master
c: 4507dc9
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Assmann authored and Jeff Kirsher committed Feb 16, 2013
1 parent f3302e7 commit d7cddc4
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: 3eb1a40f4b6d0c41feb60e55b53d11f70fc8ee8e
refs/heads/master: 4507dc9f98a4155bcb85735ac6dd4158b2d391b3
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/intel/igb/igb_ethtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -1891,7 +1891,7 @@ static int igb_link_test(struct igb_adapter *adapter, u64 *data)
} else {
hw->mac.ops.check_for_link(&adapter->hw);
if (hw->mac.autoneg)
msleep(4000);
msleep(5000);

if (!(rd32(E1000_STATUS) & E1000_STATUS_LU))
*data = 1;
Expand Down

0 comments on commit d7cddc4

Please sign in to comment.