Add a debug statement to log the currently chosen chainmask configuration.

This commit is contained in:
Adrian Chadd 2013-04-19 08:06:45 +00:00
parent b0bf95ff15
commit 7904f51655

View File

@ -1529,6 +1529,12 @@ ath_update_chainmasks(struct ath_softc *sc, struct ieee80211_channel *chan)
} else {
sc->sc_cur_txchainmask = 1;
}
DPRINTF(sc, ATH_DEBUG_RESET,
"%s: TX chainmask is now 0x%x, RX is now 0x%x\n",
__func__,
sc->sc_cur_txchainmask,
sc->sc_cur_rxchainmask);
}
void