|
@@ -2262,7 +2262,9 @@ static s32 ixgbe_get_link_capabilities_X550em(struct ixgbe_hw *hw,
|
|
*autoneg = false;
|
|
*autoneg = false;
|
|
|
|
|
|
if (hw->phy.sfp_type == ixgbe_sfp_type_1g_sx_core0 ||
|
|
if (hw->phy.sfp_type == ixgbe_sfp_type_1g_sx_core0 ||
|
|
- hw->phy.sfp_type == ixgbe_sfp_type_1g_sx_core1) {
|
|
|
|
|
|
+ hw->phy.sfp_type == ixgbe_sfp_type_1g_sx_core1 ||
|
|
|
|
+ hw->phy.sfp_type == ixgbe_sfp_type_1g_lx_core0 ||
|
|
|
|
+ hw->phy.sfp_type == ixgbe_sfp_type_1g_lx_core1) {
|
|
*speed = IXGBE_LINK_SPEED_1GB_FULL;
|
|
*speed = IXGBE_LINK_SPEED_1GB_FULL;
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|