Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for...
[linux-drm-fsl-dcu.git] / drivers / net / wireless / ath / ath9k / init.c
index ac5107172f941aff92e5e73b175cf12f25d7d055..aa0ff7e2c922223759c298d69ccce3a39441a69b 100644 (file)
@@ -670,8 +670,10 @@ static void ath9k_init_band_txpower(struct ath_softc *sc, int band)
 static void ath9k_init_txpower_limits(struct ath_softc *sc)
 {
        struct ath_hw *ah = sc->sc_ah;
+       struct ath_common *common = ath9k_hw_common(sc->sc_ah);
        struct ath9k_channel *curchan = ah->curchan;
 
+       ah->txchainmask = common->tx_chainmask;
        if (ah->caps.hw_caps & ATH9K_HW_CAP_2GHZ)
                ath9k_init_band_txpower(sc, IEEE80211_BAND_2GHZ);
        if (ah->caps.hw_caps & ATH9K_HW_CAP_5GHZ)