Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Mar 2008 05:15:58 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 137581 for review
Message-ID:  <200803130515.m2D5FwHa094079@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=137581

Change 137581 by sam@sam_ebb on 2008/03/13 05:15:23

	count rx frames

Affected files ...

.. //depot/projects/vap/sys/dev/ath/if_ath.c#43 edit

Differences ...

==== //depot/projects/vap/sys/dev/ath/if_ath.c#43 (text+ko) ====

@@ -4023,6 +4023,7 @@
 			m->m_pkthdr.len = len;
 		}
 
+		ifp->if_ipackets++;
 		sc->sc_stats.ast_ant_rx[rs->rs_antenna]++;
 
 		if (bpf_peers_present(ifp->if_bpf) &&



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803130515.m2D5FwHa094079>