Recharge the watchdog timer if there's still some TX work left.
This commit is contained in:
parent
4f2eff8c32
commit
2593748c60
@ -935,6 +935,8 @@ ste_txeof(sc)
|
||||
ifp->if_flags &= ~IFF_OACTIVE;
|
||||
if (idx == sc->ste_cdata.ste_tx_prod)
|
||||
ifp->if_timer = 0;
|
||||
else if (ifp->if_timer == 0)
|
||||
ifp->if_timer = 5;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user