Fix the sent packets statistics for if_dwc.
This commit is contained in:
parent
43348356a7
commit
67af1c5d96
@ -759,6 +759,7 @@ dwc_txfinish_locked(struct dwc_softc *sc)
|
||||
dwc_setup_txdesc(sc, sc->tx_idx_tail, 0, 0);
|
||||
sc->tx_idx_tail = next_txidx(sc, sc->tx_idx_tail);
|
||||
ifp->if_drv_flags &= ~IFF_DRV_OACTIVE;
|
||||
if_inc_counter(ifp, IFCOUNTER_OPACKETS, 1);
|
||||
}
|
||||
|
||||
/* If there are no buffers outstanding, muzzle the watchdog. */
|
||||
|
Loading…
Reference in New Issue
Block a user