svn commit: r237174 - head/sys/dev/ath

Adrian Chadd adrian at FreeBSD.org
Sat Jun 16 22:28:37 UTC 2012


Author: adrian
Date: Sat Jun 16 22:28:36 2012
New Revision: 237174
URL: http://svn.freebsd.org/changeset/base/237174

Log:
  .. and this wasn't supposed to be in the previous commit either.

Modified:
  head/sys/dev/ath/if_ath_rx.c

Modified: head/sys/dev/ath/if_ath_rx.c
==============================================================================
--- head/sys/dev/ath/if_ath_rx.c	Sat Jun 16 22:26:45 2012	(r237173)
+++ head/sys/dev/ath/if_ath_rx.c	Sat Jun 16 22:28:36 2012	(r237174)
@@ -637,7 +637,6 @@ rx_accept:
 	}
 
 	ifp->if_ipackets++;
-	ifp->if_ibytes += m->m_pkthdr.len;
 	sc->sc_stats.ast_ant_rx[rs->rs_antenna]++;
 
 	/*


More information about the svn-src-all mailing list