|
@@ -4084,7 +4084,6 @@ static const u8 wl1271_rate_to_idx_2ghz[] = {
|
|
|
/* 11n STA capabilities */
|
|
|
#define HW_RX_HIGHEST_RATE 72
|
|
|
|
|
|
-#ifdef CONFIG_WL12XX_HT
|
|
|
#define WL12XX_HT_CAP { \
|
|
|
.cap = IEEE80211_HT_CAP_GRN_FLD | IEEE80211_HT_CAP_SGI_20 | \
|
|
|
(1 << IEEE80211_HT_CAP_RX_STBC_SHIFT), \
|
|
@@ -4097,11 +4096,6 @@ static const u8 wl1271_rate_to_idx_2ghz[] = {
|
|
|
.tx_params = IEEE80211_HT_MCS_TX_DEFINED, \
|
|
|
}, \
|
|
|
}
|
|
|
-#else
|
|
|
-#define WL12XX_HT_CAP { \
|
|
|
- .ht_supported = false, \
|
|
|
-}
|
|
|
-#endif
|
|
|
|
|
|
/* can't be const, mac80211 writes to this */
|
|
|
static struct ieee80211_supported_band wl1271_band_2ghz = {
|