On Tue, 2014-04-15 at 19:13 +0300, Jouni Malinen wrote: > This can be useful for testing purposes to confirm valid AP behavior on > HT 20/40 co-existence functionality. Applied. > +++ b/net/mac80211/main.c > @@ -446,7 +446,8 @@ static const struct ieee80211_ht_cap mac80211_ht_capa_mod_mask = { > .cap_info = cpu_to_le16(IEEE80211_HT_CAP_SUP_WIDTH_20_40 | > IEEE80211_HT_CAP_MAX_AMSDU | > IEEE80211_HT_CAP_SGI_20 | > - IEEE80211_HT_CAP_SGI_40), > + IEEE80211_HT_CAP_SGI_40 | > + IEEE80211_HT_CAP_40MHZ_INTOLERANT), This had a conflict because LDPC was already in those flags ... I think I did the right thing by just adding 40MHZ_INTOLERANT. johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html