myri10ge: fix rx_pause in myri10ge_set_pauseparam
Fix rx_pause management in myri10ge_set_pauseparam(). Signed-off-by: Brice Goglin <brice@myri.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Родитель
69298698c2
Коммит
2488f56d36
|
@ -1689,7 +1689,7 @@ myri10ge_set_pauseparam(struct net_device *netdev,
|
|||
if (pause->tx_pause != mgp->pause)
|
||||
return myri10ge_change_pause(mgp, pause->tx_pause);
|
||||
if (pause->rx_pause != mgp->pause)
|
||||
return myri10ge_change_pause(mgp, pause->tx_pause);
|
||||
return myri10ge_change_pause(mgp, pause->rx_pause);
|
||||
if (pause->autoneg != 0)
|
||||
return -EINVAL;
|
||||
return 0;
|
||||
|
|
Загрузка…
Ссылка в новой задаче