e1000: Add PCI ID 0x10a4 for our new 4-port PCI-Express device
[pandora-kernel.git] / drivers / net / e1000 / e1000_ethtool.c
index 0403072..3fccffd 100644 (file)
@@ -1705,6 +1705,7 @@ static int e1000_wol_exclusion(struct e1000_adapter *adapter, struct ethtool_wol
                /* return success for non excluded adapter ports */
                retval = 0;
                break;
+       case E1000_DEV_ID_82571EB_QUAD_COPPER:
        case E1000_DEV_ID_82546GB_QUAD_COPPER_KSP3:
                /* quad port adapters only support WoL on port A */
                if (!adapter->quad_port_a) {