aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000/e1000_ethtool.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/e1000/e1000_ethtool.c')
-rw-r--r--drivers/net/e1000/e1000_ethtool.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/e1000/e1000_ethtool.c b/drivers/net/e1000/e1000_ethtool.c
index b9c0927d79b3..dbac71ba71b1 100644
--- a/drivers/net/e1000/e1000_ethtool.c
+++ b/drivers/net/e1000/e1000_ethtool.c
@@ -1725,6 +1725,7 @@ static int e1000_wol_exclusion(struct e1000_adapter *adapter, struct ethtool_wol
1725 retval = 0; 1725 retval = 0;
1726 break; 1726 break;
1727 case E1000_DEV_ID_82571EB_QUAD_COPPER: 1727 case E1000_DEV_ID_82571EB_QUAD_COPPER:
1728 case E1000_DEV_ID_82571EB_QUAD_COPPER_LOWPROFILE:
1728 case E1000_DEV_ID_82546GB_QUAD_COPPER_KSP3: 1729 case E1000_DEV_ID_82546GB_QUAD_COPPER_KSP3:
1729 /* quad port adapters only support WoL on port A */ 1730 /* quad port adapters only support WoL on port A */
1730 if (!adapter->quad_port_a) { 1731 if (!adapter->quad_port_a) {