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);
|
(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
|
#ifdef ATH_ENABLE_11N
|
||||||
/*
|
/*
|
||||||
* Query HT capabilities
|
* Query HT capabilities
|
||||||
|
@ -637,6 +637,7 @@ rx_accept:
|
|||||||
}
|
}
|
||||||
|
|
||||||
ifp->if_ipackets++;
|
ifp->if_ipackets++;
|
||||||
|
ifp->if_ibytes += m->m_pkthdr.len;
|
||||||
sc->sc_stats.ast_ant_rx[rs->rs_antenna]++;
|
sc->sc_stats.ast_ant_rx[rs->rs_antenna]++;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user