diff options
author | Shahar Levi <shahar_levi@ti.com> | 2011-03-13 05:24:40 -0400 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2011-04-19 09:49:05 -0400 |
commit | 871d0c3ba32c2d2e1e7d9ac0d231a440d2653fc5 (patch) | |
tree | c5c9701a9adff5ffed2323b580da9bfa38523a1b /drivers/net/wireless/wl12xx/main.c | |
parent | 0af0467f09207cbbeb387d2e09ea539534c6655c (diff) |
wl12xx: Add support for 11n Rx STBC one spatial stream
The wl12xx chip supports one Rx STBC spatial stream. Announce this in
the HT capabilities info field.
Signed-off-by: Shahar Levi <shahar_levi@ti.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/main.c')
-rw-r--r-- | drivers/net/wireless/wl12xx/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/wl12xx/main.c b/drivers/net/wireless/wl12xx/main.c index db7ab856363e..28048474827a 100644 --- a/drivers/net/wireless/wl12xx/main.c +++ b/drivers/net/wireless/wl12xx/main.c | |||
@@ -3132,7 +3132,8 @@ static const u8 wl1271_rate_to_idx_2ghz[] = { | |||
3132 | 3132 | ||
3133 | #ifdef CONFIG_WL12XX_HT | 3133 | #ifdef CONFIG_WL12XX_HT |
3134 | #define WL12XX_HT_CAP { \ | 3134 | #define WL12XX_HT_CAP { \ |
3135 | .cap = IEEE80211_HT_CAP_GRN_FLD | IEEE80211_HT_CAP_SGI_20, \ | 3135 | .cap = IEEE80211_HT_CAP_GRN_FLD | IEEE80211_HT_CAP_SGI_20 | \ |
3136 | (1 << IEEE80211_HT_CAP_RX_STBC_SHIFT), \ | ||
3136 | .ht_supported = true, \ | 3137 | .ht_supported = true, \ |
3137 | .ampdu_factor = IEEE80211_HT_MAX_AMPDU_8K, \ | 3138 | .ampdu_factor = IEEE80211_HT_MAX_AMPDU_8K, \ |
3138 | .ampdu_density = IEEE80211_HT_MPDU_DENSITY_8, \ | 3139 | .ampdu_density = IEEE80211_HT_MPDU_DENSITY_8, \ |