aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/ixgbe/ixgbe_82598.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/ixgbe/ixgbe_82598.c b/drivers/net/ixgbe/ixgbe_82598.c
index 623737fb719b..ed265a7a898f 100644
--- a/drivers/net/ixgbe/ixgbe_82598.c
+++ b/drivers/net/ixgbe/ixgbe_82598.c
@@ -79,6 +79,9 @@ static s32 ixgbe_get_invariants_82598(struct ixgbe_hw *hw)
79 s32 ret_val = 0; 79 s32 ret_val = 0;
80 u16 list_offset, data_offset; 80 u16 list_offset, data_offset;
81 81
82 /* Set the bus information prior to PHY identification */
83 mac->ops.get_bus_info(hw);
84
82 /* Call PHY identify routine to get the phy type */ 85 /* Call PHY identify routine to get the phy type */
83 ixgbe_identify_phy_generic(hw); 86 ixgbe_identify_phy_generic(hw);
84 87