Date: Sat, 30 May 2009 17:25:15 +0000 (UTC) From: Attilio Rao <attilio@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r193100 - head/sys/dev/bge Message-ID: <200905301725.n4UHPFaY014061@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: attilio Date: Sat May 30 17:25:14 2009 New Revision: 193100 URL: http://svn.freebsd.org/changeset/base/193100 Log: s/rk_npkts/rx_npkts Reported by: zec Modified: head/sys/dev/bge/if_bge.c Modified: head/sys/dev/bge/if_bge.c ============================================================================== --- head/sys/dev/bge/if_bge.c Sat May 30 16:26:08 2009 (r193099) +++ head/sys/dev/bge/if_bge.c Sat May 30 17:25:14 2009 (r193100) @@ -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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905301725.n4UHPFaY014061>