s/rk_npkts/rx_npkts
Reported by: zec
This commit is contained in:
parent
e0e83e1ad2
commit
53bcf177da
@ -3193,7 +3193,7 @@ bge_rxeof(struct bge_softc *sc)
|
||||
BGE_UNLOCK(sc);
|
||||
(*ifp->if_input)(ifp, m);
|
||||
BGE_LOCK(sc);
|
||||
rk_npkts++;
|
||||
rx_npkts++;
|
||||
|
||||
if (!(ifp->if_drv_flags & IFF_DRV_RUNNING))
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user