aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000e/netdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/e1000e/netdev.c')
-rw-r--r--drivers/net/e1000e/netdev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/e1000e/netdev.c b/drivers/net/e1000e/netdev.c
index abd492b7336d..2c8dffdc889f 100644
--- a/drivers/net/e1000e/netdev.c
+++ b/drivers/net/e1000e/netdev.c
@@ -4970,6 +4970,7 @@ static int __devinit e1000_probe(struct pci_dev *pdev,
4970 4970
4971 /* initialize the wol settings based on the eeprom settings */ 4971 /* initialize the wol settings based on the eeprom settings */
4972 adapter->wol = adapter->eeprom_wol; 4972 adapter->wol = adapter->eeprom_wol;
4973 device_set_wakeup_enable(&adapter->pdev->dev, adapter->wol);
4973 4974
4974 /* reset the hardware with the new settings */ 4975 /* reset the hardware with the new settings */
4975 e1000e_reset(adapter); 4976 e1000e_reset(adapter);