summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/common-init.c
diff options
context:
space:
mode:
authorOleksij Rempel <linux@rempel-privat.de>2014-02-25 13:48:54 (GMT)
committerJohn W. Linville <linville@tuxdriver.com>2014-02-28 19:33:15 (GMT)
commit91884fad852da4d00b1a5f5d57203e08884a3c1d (patch)
tree8390e2eeacea57eeb4f9be1ed1d35dbf898e9579 /drivers/net/wireless/ath/ath9k/common-init.c
parente9fb588867091b25d413d6e70b4cfb8886edec89 (diff)
downloadlinux-91884fad852da4d00b1a5f5d57203e08884a3c1d.tar.xz
ath9k-common: set maxstream=1 for ar9271
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/common-init.c')
-rw-r--r--drivers/net/wireless/ath/ath9k/common-init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/common-init.c b/drivers/net/wireless/ath/ath9k/common-init.c
index 8e2fa03..8775ab2 100644
--- a/drivers/net/wireless/ath/ath9k/common-init.c
+++ b/drivers/net/wireless/ath/ath9k/common-init.c
@@ -191,7 +191,7 @@ void ath9k_cmn_setup_ht_cap(struct ath_hw *ah,
ht_info->ampdu_factor = IEEE80211_HT_MAX_AMPDU_64K;
ht_info->ampdu_density = IEEE80211_HT_MPDU_DENSITY_8;
- if (AR_SREV_9330(ah) || AR_SREV_9485(ah) || AR_SREV_9565(ah))
+ if (AR_SREV_9271(ah) || AR_SREV_9330(ah) || AR_SREV_9485(ah) || AR_SREV_9565(ah))
max_streams = 1;
else if (AR_SREV_9462(ah))
max_streams = 2;