mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 15:27:30 +02:00
99a41c0ace
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27860 3c298f89-4303-0410-b956-a3cf2f4a3e73
14 lines
537 B
Diff
14 lines
537 B
Diff
--- a/drivers/net/wireless/ath/ath9k/init.c
|
|
+++ b/drivers/net/wireless/ath/ath9k/init.c
|
|
@@ -667,8 +667,10 @@ static void ath9k_init_band_txpower(stru
|
|
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)
|