diff options
-rw-r--r-- | drivers/net/stmmac/stmmac_ethtool.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/stmmac/stmmac_ethtool.c b/drivers/net/stmmac/stmmac_ethtool.c index 9c05cf07a432..ae5213a8c4cd 100644 --- a/drivers/net/stmmac/stmmac_ethtool.c +++ b/drivers/net/stmmac/stmmac_ethtool.c | |||
@@ -234,6 +234,7 @@ stmmac_set_pauseparam(struct net_device *netdev, | |||
234 | new_pause |= FLOW_TX; | 234 | new_pause |= FLOW_TX; |
235 | 235 | ||
236 | priv->flow_ctrl = new_pause; | 236 | priv->flow_ctrl = new_pause; |
237 | phy->autoneg = pause->autoneg; | ||
237 | 238 | ||
238 | if (phy->autoneg) { | 239 | if (phy->autoneg) { |
239 | if (netif_running(netdev)) | 240 | if (netif_running(netdev)) |