Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352500
b: refs/heads/master
c: e792cd9
h: refs/heads/master
v: v3
  • Loading branch information
Koki Sanagi authored and Jeff Kirsher committed Feb 16, 2013
1 parent 9cda899 commit b7c4806
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6cfbd97b3e891ed5a70b43b7a237341f4c09cbf1
refs/heads/master: e792cd916cf74315bddb2c8b2323ef498cd7bfde
7 changes: 7 additions & 0 deletions trunk/drivers/net/ethernet/intel/e1000e/netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -4830,6 +4830,13 @@ static void e1000_watchdog_task(struct work_struct *work)
&adapter->link_speed,
&adapter->link_duplex);
e1000_print_link_info(adapter);

/* check if SmartSpeed worked */
e1000e_check_downshift(hw);
if (phy->speed_downgraded)
netdev_warn(netdev,
"Link Speed was downgraded by SmartSpeed\n");

/* On supported PHYs, check for duplex mismatch only
* if link has autonegotiated at 10/100 half
*/
Expand Down

0 comments on commit b7c4806

Please sign in to comment.