|
@@ -6597,6 +6597,8 @@ static i40e_status i40e_force_link_state(struct i40e_pf *pf, bool is_up)
|
|
|
config.eee_capability = abilities.eee_capability;
|
|
|
config.eeer = abilities.eeer_val;
|
|
|
config.low_power_ctrl = abilities.d3_lpan;
|
|
|
+ config.fec_config = abilities.fec_cfg_curr_mod_ext_info &
|
|
|
+ I40E_AQ_PHY_FEC_CONFIG_MASK;
|
|
|
err = i40e_aq_set_phy_config(hw, &config, NULL);
|
|
|
|
|
|
if (err) {
|