PERFORCE change 137581 for review

Sam Leffler sam at FreeBSD.org
Thu Mar 13 05:15:59 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=137581

Change 137581 by sam at 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) &&


More information about the p4-projects mailing list