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 04030729882b..3fccffdb27b5 100644
--- a/drivers/net/e1000/e1000_ethtool.c
+++ b/drivers/net/e1000/e1000_ethtool.c
@@ -1705,6 +1705,7 @@ static int e1000_wol_exclusion(struct e1000_adapter *adapter, struct ethtool_wol
1705 /* return success for non excluded adapter ports */ 1705 /* return success for non excluded adapter ports */
1706 retval = 0; 1706 retval = 0;
1707 break; 1707 break;
1708 case E1000_DEV_ID_82571EB_QUAD_COPPER:
1708 case E1000_DEV_ID_82546GB_QUAD_COPPER_KSP3: 1709 case E1000_DEV_ID_82546GB_QUAD_COPPER_KSP3:
1709 /* quad port adapters only support WoL on port A */ 1710 /* quad port adapters only support WoL on port A */
1710 if (!adapter->quad_port_a) { 1711 if (!adapter->quad_port_a) {