|
@@ -646,7 +646,7 @@ static int set_settings(struct net_device *dev, struct ethtool_cmd *cmd)
|
|
|
lc->autoneg = cmd->autoneg;
|
|
|
|
|
|
if (netif_running(dev))
|
|
|
- return t4_link_start(p->adapter, p->adapter->pf, p->tx_chan,
|
|
|
+ return t4_link_l1cfg(p->adapter, p->adapter->pf, p->tx_chan,
|
|
|
lc);
|
|
|
return 0;
|
|
|
}
|
|
@@ -679,7 +679,7 @@ static int set_pauseparam(struct net_device *dev,
|
|
|
if (epause->tx_pause)
|
|
|
lc->requested_fc |= PAUSE_TX;
|
|
|
if (netif_running(dev))
|
|
|
- return t4_link_start(p->adapter, p->adapter->pf, p->tx_chan,
|
|
|
+ return t4_link_l1cfg(p->adapter, p->adapter->pf, p->tx_chan,
|
|
|
lc);
|
|
|
return 0;
|
|
|
}
|