mirror of
https://github.com/torvalds/linux.git
synced 2024-12-30 06:41:43 +00:00
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>
This commit is contained in:
parent
0af0467f09
commit
871d0c3ba3
@ -3132,7 +3132,8 @@ static const u8 wl1271_rate_to_idx_2ghz[] = {
|
||||
|
||||
#ifdef CONFIG_WL12XX_HT
|
||||
#define WL12XX_HT_CAP { \
|
||||
.cap = IEEE80211_HT_CAP_GRN_FLD | IEEE80211_HT_CAP_SGI_20, \
|
||||
.cap = IEEE80211_HT_CAP_GRN_FLD | IEEE80211_HT_CAP_SGI_20 | \
|
||||
(1 << IEEE80211_HT_CAP_RX_STBC_SHIFT), \
|
||||
.ht_supported = true, \
|
||||
.ampdu_factor = IEEE80211_HT_MAX_AMPDU_8K, \
|
||||
.ampdu_density = IEEE80211_HT_MPDU_DENSITY_8, \
|
||||
|
Loading…
Reference in New Issue
Block a user