diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2010-05-17 02:31:21 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-06-02 16:13:17 -0400 |
commit | 17525f96aeeed156bd4a6dee21816100f77b0c71 (patch) | |
tree | 10181d4448abf42dcdbc62ffdaa2714f1669ac84 /drivers/net/wireless/ath/ath9k/htc_drv_init.c | |
parent | b4dec5e8f5c02f75d8c08dd377193f73b553bfe2 (diff) |
ath9k_htc: Enable RX STBC for AR9271
Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/htc_drv_init.c')
-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, | |||
407 | if (priv->ah->caps.hw_caps & ATH9K_HW_CAP_SGI_20) | 407 | if (priv->ah->caps.hw_caps & ATH9K_HW_CAP_SGI_20) |
408 | ht_info->cap |= IEEE80211_HT_CAP_SGI_20; | 408 | ht_info->cap |= IEEE80211_HT_CAP_SGI_20; |
409 | 409 | ||
410 | ht_info->cap |= (1 << IEEE80211_HT_CAP_RX_STBC_SHIFT); | ||
411 | |||
410 | ht_info->ampdu_factor = IEEE80211_HT_MAX_AMPDU_64K; | 412 | ht_info->ampdu_factor = IEEE80211_HT_MAX_AMPDU_64K; |
411 | ht_info->ampdu_density = IEEE80211_HT_MPDU_DENSITY_8; | 413 | ht_info->ampdu_density = IEEE80211_HT_MPDU_DENSITY_8; |
412 | 414 | ||