aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_82599.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ixgbe/ixgbe_82599.c')
-rw-r--r--drivers/net/ixgbe/ixgbe_82599.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ixgbe/ixgbe_82599.c b/drivers/net/ixgbe/ixgbe_82599.c
index d521baf1acd..d1cda36507f 100644
--- a/drivers/net/ixgbe/ixgbe_82599.c
+++ b/drivers/net/ixgbe/ixgbe_82599.c
@@ -494,7 +494,7 @@ static void ixgbe_flap_tx_laser_multispeed_fiber(struct ixgbe_hw *hw)
494 * 494 *
495 * Set the link speed in the AUTOC register and restarts link. 495 * Set the link speed in the AUTOC register and restarts link.
496 **/ 496 **/
497s32 ixgbe_setup_mac_link_multispeed_fiber(struct ixgbe_hw *hw, 497static s32 ixgbe_setup_mac_link_multispeed_fiber(struct ixgbe_hw *hw,
498 ixgbe_link_speed speed, 498 ixgbe_link_speed speed,
499 bool autoneg, 499 bool autoneg,
500 bool autoneg_wait_to_complete) 500 bool autoneg_wait_to_complete)