Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Jun 2012 22:28:37 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r237174 - head/sys/dev/ath
Message-ID:  <201206162228.q5GMSbuc069329@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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]++;
 
 	/*



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