diff options
Diffstat (limited to 'drivers/net/ixgbe/ixgbe_phy.h')
-rw-r--r-- | drivers/net/ixgbe/ixgbe_phy.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/ixgbe/ixgbe_phy.h b/drivers/net/ixgbe/ixgbe_phy.h index fb3898f12fc5..86f83bd130cb 100644 --- a/drivers/net/ixgbe/ixgbe_phy.h +++ b/drivers/net/ixgbe/ixgbe_phy.h | |||
@@ -96,6 +96,9 @@ s32 ixgbe_setup_phy_link_speed_generic(struct ixgbe_hw *hw, | |||
96 | ixgbe_link_speed speed, | 96 | ixgbe_link_speed speed, |
97 | bool autoneg, | 97 | bool autoneg, |
98 | bool autoneg_wait_to_complete); | 98 | bool autoneg_wait_to_complete); |
99 | s32 ixgbe_get_copper_link_capabilities_generic(struct ixgbe_hw *hw, | ||
100 | ixgbe_link_speed *speed, | ||
101 | bool *autoneg); | ||
99 | 102 | ||
100 | /* PHY specific */ | 103 | /* PHY specific */ |
101 | s32 ixgbe_check_phy_link_tnx(struct ixgbe_hw *hw, | 104 | s32 ixgbe_check_phy_link_tnx(struct ixgbe_hw *hw, |