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]++;
 
        /*
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to