|
@@ -8295,6 +8295,10 @@ int ixgbe_wol_supported(struct ixgbe_adapter *adapter, u16 device_id,
|
|
break;
|
|
break;
|
|
case IXGBE_DEV_ID_X540T:
|
|
case IXGBE_DEV_ID_X540T:
|
|
case IXGBE_DEV_ID_X540T1:
|
|
case IXGBE_DEV_ID_X540T1:
|
|
|
|
+ case IXGBE_DEV_ID_X550T:
|
|
|
|
+ case IXGBE_DEV_ID_X550EM_X_KX4:
|
|
|
|
+ case IXGBE_DEV_ID_X550EM_X_KR:
|
|
|
|
+ case IXGBE_DEV_ID_X550EM_X_10G_T:
|
|
/* check eeprom to see if enabled wol */
|
|
/* check eeprom to see if enabled wol */
|
|
if ((wol_cap == IXGBE_DEVICE_CAPS_WOL_PORT0_1) ||
|
|
if ((wol_cap == IXGBE_DEVICE_CAPS_WOL_PORT0_1) ||
|
|
((wol_cap == IXGBE_DEVICE_CAPS_WOL_PORT0) &&
|
|
((wol_cap == IXGBE_DEVICE_CAPS_WOL_PORT0) &&
|