oops, remove this, it wasn't supposed to be committed.

This commit is contained in:
adrian 2012-06-16 22:26:45 +00:00
parent 5d0dc848b7
commit e781c0c0fc
2 changed files with 1 additions and 3 deletions

View File

@ -662,9 +662,6 @@ ath_attach(u_int16_t devid, struct ath_softc *sc)
(void) ath_hal_settxchainmask(sc->sc_ah, tx_chainmask);
}
device_printf(sc->sc_dev, "%s: sizeof(ath_buf) = %d bytes\n",
__func__, (int)sizeof(struct ath_buf));
#ifdef ATH_ENABLE_11N
/*
* Query HT capabilities

View File

@ -637,6 +637,7 @@ ath_rx_pkt(struct ath_softc *sc, struct ath_rx_status *rs, HAL_STATUS status,
}
ifp->if_ipackets++;
ifp->if_ibytes += m->m_pkthdr.len;
sc->sc_stats.ast_ant_rx[rs->rs_antenna]++;
/*