ixgbe: include QSFP PHY types in ixgbe_is_sfp()
authorEmil Tantilov <[email protected]>
Wed, 14 Aug 2013 07:12:27 +0000 (07:12 +0000)
committerJeff Kirsher <[email protected]>
Thu, 29 Aug 2013 10:30:37 +0000 (03:30 -0700)
This patch makes sure that QSFP+ modules use the SFP+ code path for
setting up link.

Signed-off-by: Emil Tantilov <[email protected]>
Tested-by: Phil Schmitt <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c

index 46880576979e12361c355a0dbe4aa5e23c3eac49..7aba452833e5ef94ea1137f24729d36ddcf7d029 100644 (file)
@@ -4175,6 +4175,10 @@ static inline bool ixgbe_is_sfp(struct ixgbe_hw *hw)
        case ixgbe_phy_sfp_passive_unknown:
        case ixgbe_phy_sfp_active_unknown:
        case ixgbe_phy_sfp_ftl_active:
+       case ixgbe_phy_qsfp_passive_unknown:
+       case ixgbe_phy_qsfp_active_unknown:
+       case ixgbe_phy_qsfp_intel:
+       case ixgbe_phy_qsfp_unknown:
                return true;
        case ixgbe_phy_nl:
                if (hw->mac.type == ixgbe_mac_82598EB)