summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/591-ath9k_initialize_chainmask.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-08-01 12:15:15 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-08-01 12:15:15 +0000
commita1e19186fa70e8bc918d825e31a50259ea8082fd (patch)
tree7e08fcb20003dd62c1286426a50e8504e081e5db /package/mac80211/patches/591-ath9k_initialize_chainmask.patch
parent478decc60bb34144cc60b61c27378d8b0a0dce9b (diff)
downloadmaster-31e0f0ae-a1e19186fa70e8bc918d825e31a50259ea8082fd.tar.gz
master-31e0f0ae-a1e19186fa70e8bc918d825e31a50259ea8082fd.tar.bz2
master-31e0f0ae-a1e19186fa70e8bc918d825e31a50259ea8082fd.zip
ath9k: fold patches that were merged upstream into 300-pending_work.patch
SVN-Revision: 27860
Diffstat (limited to 'package/mac80211/patches/591-ath9k_initialize_chainmask.patch')
-rw-r--r--package/mac80211/patches/591-ath9k_initialize_chainmask.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/package/mac80211/patches/591-ath9k_initialize_chainmask.patch b/package/mac80211/patches/591-ath9k_initialize_chainmask.patch
deleted file mode 100644
index 03f7c36a35..0000000000
--- a/package/mac80211/patches/591-ath9k_initialize_chainmask.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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)