diff options
Diffstat (limited to 'drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c')
-rw-r--r-- | drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c b/drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c index 6dbdd4f9d254..3f792428ca53 100644 --- a/drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c +++ b/drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c | |||
@@ -266,6 +266,8 @@ static s32 ixgbe_get_link_capabilities_82599(struct ixgbe_hw *hw, | |||
266 | /* Determine 1G link capabilities off of SFP+ type */ | 266 | /* Determine 1G link capabilities off of SFP+ type */ |
267 | if (hw->phy.sfp_type == ixgbe_sfp_type_1g_cu_core0 || | 267 | if (hw->phy.sfp_type == ixgbe_sfp_type_1g_cu_core0 || |
268 | hw->phy.sfp_type == ixgbe_sfp_type_1g_cu_core1 || | 268 | hw->phy.sfp_type == ixgbe_sfp_type_1g_cu_core1 || |
269 | hw->phy.sfp_type == ixgbe_sfp_type_1g_lx_core0 || | ||
270 | hw->phy.sfp_type == ixgbe_sfp_type_1g_lx_core1 || | ||
269 | hw->phy.sfp_type == ixgbe_sfp_type_1g_sx_core0 || | 271 | hw->phy.sfp_type == ixgbe_sfp_type_1g_sx_core0 || |
270 | hw->phy.sfp_type == ixgbe_sfp_type_1g_sx_core1) { | 272 | hw->phy.sfp_type == ixgbe_sfp_type_1g_sx_core1) { |
271 | *speed = IXGBE_LINK_SPEED_1GB_FULL; | 273 | *speed = IXGBE_LINK_SPEED_1GB_FULL; |