diff options
Diffstat (limited to 'drivers/net/igb/igb_main.c')
-rw-r--r-- | drivers/net/igb/igb_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/igb/igb_main.c b/drivers/net/igb/igb_main.c index 8a1f54fb8a3e..c19b1e0caecd 100644 --- a/drivers/net/igb/igb_main.c +++ b/drivers/net/igb/igb_main.c | |||
@@ -1594,6 +1594,7 @@ static int __devinit igb_probe(struct pci_dev *pdev, | |||
1594 | adapter->eeprom_wol = 0; | 1594 | adapter->eeprom_wol = 0; |
1595 | break; | 1595 | break; |
1596 | case E1000_DEV_ID_82576_QUAD_COPPER: | 1596 | case E1000_DEV_ID_82576_QUAD_COPPER: |
1597 | case E1000_DEV_ID_82576_QUAD_COPPER_ET2: | ||
1597 | /* if quad port adapter, disable WoL on all but port A */ | 1598 | /* if quad port adapter, disable WoL on all but port A */ |
1598 | if (global_quad_port_a != 0) | 1599 | if (global_quad_port_a != 0) |
1599 | adapter->eeprom_wol = 0; | 1600 | adapter->eeprom_wol = 0; |