aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/ath9k.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-12-19 00:31:55 +0100
committerJohn W. Linville <linville@tuxdriver.com>2010-12-20 14:52:18 -0500
commitd4d5dc3d6f86cc70f08e45b840f3e681588d2718 (patch)
tree9c51f93979521600bd481753c26acd4e0d8b7c6b /drivers/net/wireless/ath/ath9k/ath9k.h
parentf1a8abb0459e96765bd1d300f434256d8dfac73d (diff)
downloadkernel_samsung_smdk4412-d4d5dc3d6f86cc70f08e45b840f3e681588d2718.zip
kernel_samsung_smdk4412-d4d5dc3d6f86cc70f08e45b840f3e681588d2718.tar.gz
kernel_samsung_smdk4412-d4d5dc3d6f86cc70f08e45b840f3e681588d2718.tar.bz2
ath9k: do not limit the chainmask to 1 for legacy mode
Restricting the chainmask to 1 for legacy mode disables useful features such as MRC, and it reduces the available transmit power. I can't think of a good reason to do this in legacy mode, so let's just get rid of that code. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ath9k.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/ath9k.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ath9k.h b/drivers/net/wireless/ath/ath9k/ath9k.h
index 9fd9519..2c31f51 100644
--- a/drivers/net/wireless/ath/ath9k/ath9k.h
+++ b/drivers/net/wireless/ath/ath9k/ath9k.h
@@ -675,7 +675,6 @@ void ath9k_deinit_device(struct ath_softc *sc);
void ath9k_set_hw_capab(struct ath_softc *sc, struct ieee80211_hw *hw);
void ath9k_update_ichannel(struct ath_softc *sc, struct ieee80211_hw *hw,
struct ath9k_channel *ichan);
-void ath_update_chainmask(struct ath_softc *sc, int is_ht);
int ath_set_channel(struct ath_softc *sc, struct ieee80211_hw *hw,
struct ath9k_channel *hchan);