|
@@ -6125,7 +6125,6 @@ static void ixgbe_sfp_link_config_subtask(struct ixgbe_adapter *adapter)
|
|
|
autoneg = hw->phy.autoneg_advertised;
|
|
|
if ((!autoneg) && (hw->mac.ops.get_link_capabilities))
|
|
|
hw->mac.ops.get_link_capabilities(hw, &autoneg, &negotiation);
|
|
|
- hw->mac.autotry_restart = false;
|
|
|
if (hw->mac.ops.setup_link)
|
|
|
hw->mac.ops.setup_link(hw, autoneg, negotiation, true);
|
|
|
|