aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ixgbe/ixgbe_main.c')
-rw-r--r--drivers/net/ixgbe/ixgbe_main.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/net/ixgbe/ixgbe_main.c b/drivers/net/ixgbe/ixgbe_main.c
index caf1114960ef..9551cbb7bf01 100644
--- a/drivers/net/ixgbe/ixgbe_main.c
+++ b/drivers/net/ixgbe/ixgbe_main.c
@@ -3118,8 +3118,10 @@ static inline bool ixgbe_is_sfp(struct ixgbe_hw *hw)
3118 case ixgbe_phy_sfp_ftl: 3118 case ixgbe_phy_sfp_ftl:
3119 case ixgbe_phy_sfp_intel: 3119 case ixgbe_phy_sfp_intel:
3120 case ixgbe_phy_sfp_unknown: 3120 case ixgbe_phy_sfp_unknown:
3121 case ixgbe_phy_tw_tyco: 3121 case ixgbe_phy_sfp_passive_tyco:
3122 case ixgbe_phy_tw_unknown: 3122 case ixgbe_phy_sfp_passive_unknown:
3123 case ixgbe_phy_sfp_active_unknown:
3124 case ixgbe_phy_sfp_ftl_active:
3123 return true; 3125 return true;
3124 default: 3126 default:
3125 return false; 3127 return false;