svn commit: r193100 - head/sys/dev/bge

Attilio Rao attilio at FreeBSD.org
Sat May 30 17:25:15 UTC 2009


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;


More information about the svn-src-head mailing list