On 2016年07月22日 14:26, Masashi Honma wrote:
> On 2016年07月14日 05:07, Yaniv Machani wrote:
>> +
>> +    /* if channel width is 20MHz - configure HT capab accordingly*/
>> +    if (sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_20) {
>> +        cap &= ~IEEE80211_HT_CAP_SUP_WIDTH_20_40;
>> +        cap &= ~IEEE80211_HT_CAP_DSSSCCK40;
>> +    }
>
> I have tested this part of your patch and this works for me.
>
> Previouly, "Supported Channel Width Set bit" in HT Capabilities element
> was 1 even though disable_ht40=1 existed in wpa_supplicant.conf.
> After appllication of patch, the bit was 0.
>
>

# I retransmit this because of mail delivery errors.

I forgot to mention I have used this patch to test.
http://lists.infradead.org/pipermail/hostap/2016-July/036029.html
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to