Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180605
b: refs/heads/master
c: e86bff0
h: refs/heads/master
i:
  180603: f5de444
v: v3
  • Loading branch information
Don Skidmore authored and David S. Miller committed Feb 16, 2010
1 parent 89b948b commit 172e993
Show file tree
Hide file tree
Showing 2 changed files with 5 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: a626e8478b18de4fdee0e6d13975cea2b23efea5
refs/heads/master: e86bff0edaa514a63ecd80e1ed2b3472b2507880
4 changes: 4 additions & 0 deletions trunk/drivers/net/ixgbe/ixgbe_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -5763,6 +5763,10 @@ static int __devinit ixgbe_probe(struct pci_dev *pdev,
if (err)
goto err_sw_init;

/* Make it possible the adapter to be woken up via WOL */
if (adapter->hw.mac.type == ixgbe_mac_82599EB)
IXGBE_WRITE_REG(&adapter->hw, IXGBE_WUS, ~0);

/*
* If there is a fan on this device and it has failed log the
* failure.
Expand Down

0 comments on commit 172e993

Please sign in to comment.