diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2010-05-17 12:01:21 +0530 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-06-02 16:13:17 -0400 |
commit | 17525f96aeeed156bd4a6dee21816100f77b0c71 (patch) | |
tree | 10181d4448abf42dcdbc62ffdaa2714f1669ac84 | |
parent | b4dec5e8f5c02f75d8c08dd377193f73b553bfe2 (diff) | |
download | linux-stable-17525f96aeeed156bd4a6dee21816100f77b0c71.tar.gz linux-stable-17525f96aeeed156bd4a6dee21816100f77b0c71.tar.bz2 linux-stable-17525f96aeeed156bd4a6dee21816100f77b0c71.zip |
ath9k_htc: Enable RX STBC for AR9271
Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r-- | drivers/net/wireless/ath/ath9k/htc_drv_init.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/htc_drv_init.c b/drivers/net/wireless/ath/ath9k/htc_drv_init.c index 8b202e05034e..ff6c0807b502 100644 --- a/drivers/net/wireless/ath/ath9k/htc_drv_init.c +++ b/drivers/net/wireless/ath/ath9k/htc_drv_init.c @@ -407,6 +407,8 @@ static void setup_ht_cap(struct ath9k_htc_priv *priv, if (priv->ah->caps.hw_caps & ATH9K_HW_CAP_SGI_20) ht_info->cap |= IEEE80211_HT_CAP_SGI_20; + ht_info->cap |= (1 << IEEE80211_HT_CAP_RX_STBC_SHIFT); + ht_info->ampdu_factor = IEEE80211_HT_MAX_AMPDU_64K; ht_info->ampdu_density = IEEE80211_HT_MPDU_DENSITY_8; |