diff options
author | adrian <adrian@FreeBSD.org> | 2012-06-16 22:28:36 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2012-06-16 22:28:36 +0000 |
commit | f4c9781794e8bc62d45d68a74e474fb079522a19 (patch) | |
tree | f33ade3a06bc4be6279e47b786610be64dd115e7 | |
parent | e781c0c0fcb73c364c92cd749582ef867011d9cb (diff) | |
download | FreeBSD-src-f4c9781794e8bc62d45d68a74e474fb079522a19.zip FreeBSD-src-f4c9781794e8bc62d45d68a74e474fb079522a19.tar.gz |
.. and this wasn't supposed to be in the previous commit either.
-rw-r--r-- | sys/dev/ath/if_ath_rx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ath/if_ath_rx.c b/sys/dev/ath/if_ath_rx.c index 7fa86f7..49901b4 100644 --- a/sys/dev/ath/if_ath_rx.c +++ b/sys/dev/ath/if_ath_rx.c @@ -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]++; /* |