diff options
Diffstat (limited to 'drivers/net/ixgbe/ixgbe_main.c')
-rw-r--r-- | drivers/net/ixgbe/ixgbe_main.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/ixgbe/ixgbe_main.c b/drivers/net/ixgbe/ixgbe_main.c index 0792f151de99..43a8de3dc4d6 100644 --- a/drivers/net/ixgbe/ixgbe_main.c +++ b/drivers/net/ixgbe/ixgbe_main.c | |||
@@ -6088,6 +6088,10 @@ static int __devinit ixgbe_probe(struct pci_dev *pdev, | |||
6088 | if (err) | 6088 | if (err) |
6089 | goto err_sw_init; | 6089 | goto err_sw_init; |
6090 | 6090 | ||
6091 | /* Make it possible the adapter to be woken up via WOL */ | ||
6092 | if (adapter->hw.mac.type == ixgbe_mac_82599EB) | ||
6093 | IXGBE_WRITE_REG(&adapter->hw, IXGBE_WUS, ~0); | ||
6094 | |||
6091 | /* | 6095 | /* |
6092 | * If there is a fan on this device and it has failed log the | 6096 | * If there is a fan on this device and it has failed log the |
6093 | * failure. | 6097 | * failure. |