aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/igb/igb_ethtool.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/igb/igb_ethtool.c')
-rw-r--r--drivers/net/igb/igb_ethtool.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/net/igb/igb_ethtool.c b/drivers/net/igb/igb_ethtool.c
index 3eb78a66f8b6..58906c984be9 100644
--- a/drivers/net/igb/igb_ethtool.c
+++ b/drivers/net/igb/igb_ethtool.c
@@ -1750,15 +1750,6 @@ static int igb_wol_exclusion(struct igb_adapter *adapter,
1750 /* return success for non excluded adapter ports */ 1750 /* return success for non excluded adapter ports */
1751 retval = 0; 1751 retval = 0;
1752 break; 1752 break;
1753 case E1000_DEV_ID_82576_QUAD_COPPER:
1754 /* quad port adapters only support WoL on port A */
1755 if (!(adapter->flags & IGB_FLAG_QUAD_PORT_A)) {
1756 wol->supported = 0;
1757 break;
1758 }
1759 /* return success for non excluded adapter ports */
1760 retval = 0;
1761 break;
1762 default: 1753 default:
1763 /* dual port cards only support WoL on port A from now on 1754 /* dual port cards only support WoL on port A from now on
1764 * unless it was enabled in the eeprom for port B 1755 * unless it was enabled in the eeprom for port B