Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134343
b: refs/heads/master
c: a8564f0
h: refs/heads/master
i:
  134341: 1d0023d
  134339: dedde50
  134335: 0547c32
v: v3
  • Loading branch information
Alexander Duyck authored and David S. Miller committed Feb 7, 2009
1 parent ca52b2c commit 92d3af7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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: 4a3c6433e48592f260278966742a99e0d77de3cc
refs/heads/master: a8564f033efade1b6f027c4bb807cdf8cf5c9570
9 changes: 5 additions & 4 deletions trunk/drivers/net/igb/igb_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4341,6 +4341,11 @@ static int igb_resume(struct pci_dev *pdev)
/* e1000_power_up_phy(adapter); */

igb_reset(adapter);

/* let the f/w know that the h/w is now under the control of the
* driver. */
igb_get_hw_control(adapter);

wr32(E1000_WUS, ~0);

if (netif_running(netdev)) {
Expand All @@ -4351,10 +4356,6 @@ static int igb_resume(struct pci_dev *pdev)

netif_device_attach(netdev);

/* let the f/w know that the h/w is now under the control of the
* driver. */
igb_get_hw_control(adapter);

return 0;
}
#endif
Expand Down

0 comments on commit 92d3af7

Please sign in to comment.