aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/xfp_phy.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/sfc/xfp_phy.c')
-rw-r--r--drivers/net/sfc/xfp_phy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/sfc/xfp_phy.c b/drivers/net/sfc/xfp_phy.c
index d4e203ddcf1c..fbe8e25a1ed5 100644
--- a/drivers/net/sfc/xfp_phy.c
+++ b/drivers/net/sfc/xfp_phy.c
@@ -155,6 +155,7 @@ static void xfp_phy_reconfigure(struct efx_nic *efx)
155 efx->link_up = xfp_link_ok(efx); 155 efx->link_up = xfp_link_ok(efx);
156 efx->link_speed = 10000; 156 efx->link_speed = 10000;
157 efx->link_fd = true; 157 efx->link_fd = true;
158 efx->link_fc = efx->wanted_fc;
158} 159}
159 160
160 161