|
@@ -658,6 +658,7 @@ static int bnx2x_set_settings(struct net_device *dev, struct ethtool_cmd *cmd)
|
|
|
bp->link_params.multi_phy_config = new_multi_phy_config;
|
|
|
if (netif_running(dev)) {
|
|
|
bnx2x_stats_handle(bp, STATS_EVENT_STOP);
|
|
|
+ bnx2x_force_link_reset(bp);
|
|
|
bnx2x_link_set(bp);
|
|
|
}
|
|
|
|
|
@@ -1969,6 +1970,7 @@ static int bnx2x_set_pauseparam(struct net_device *dev,
|
|
|
|
|
|
if (netif_running(dev)) {
|
|
|
bnx2x_stats_handle(bp, STATS_EVENT_STOP);
|
|
|
+ bnx2x_force_link_reset(bp);
|
|
|
bnx2x_link_set(bp);
|
|
|
}
|
|
|
|