s/rk_npkts/rx_npkts

Reported by:	zec
This commit is contained in:
attilio 2009-05-30 17:25:14 +00:00
parent e0e83e1ad2
commit 53bcf177da

View File

@ -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;