summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/if_ath.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ath/if_ath.c')
-rw-r--r--sys/dev/ath/if_ath.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c
index 2ff1d1c..3a6ae8e 100644
--- a/sys/dev/ath/if_ath.c
+++ b/sys/dev/ath/if_ath.c
@@ -781,6 +781,11 @@ ath_attach(u_int16_t devid, struct ath_softc *sc)
ath_hal_getrxchainmask(ah, &sc->sc_rxchainmask);
ath_hal_gettxchainmask(ah, &sc->sc_txchainmask);
+ device_printf(sc->sc_dev, "Chainmasks: TX=0x%x; RX=0x%x\n",
+ __func__,
+ sc->sc_txchainmask,
+ sc->sc_rxchainmask);
+
ic->ic_txstream = txs;
ic->ic_rxstream = rxs;
OpenPOWER on IntegriCloud