oops, remove this, it wasn't supposed to be committed.
This commit is contained in:
parent
5d0dc848b7
commit
e781c0c0fc
@ -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
|
||||
|
@ -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]++;
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user