1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-09-20 13:10:40 +00:00

Merge pull request #6 from fariouche/v5.3.4

VHT mode for all
This commit is contained in:
Christian B 2018-10-01 15:08:21 +02:00 committed by GitHub
commit 7004d35ed8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2207,8 +2207,8 @@ int rtw_check_beacon_data(_adapter *padapter, u8 *pbuf, int len)
&& (!rfctl->country_ent || COUNTRY_CHPLAN_EN_11AC(rfctl->country_ent))
) {
if (vht_cap == _TRUE
&& MLME_IS_MESH(padapter) /* allow only mesh temporarily before VHT IE checking is ready */
) {
if(MLME_IS_MESH(padapter)) /* allow only mesh temporarily before VHT IE checking is ready */
rtw_check_for_vht20(padapter, ie + _BEACON_IE_OFFSET_, pbss_network->IELength - _BEACON_IE_OFFSET_);
pmlmepriv->ori_vht_en = 1;
pmlmepriv->vhtpriv.vht_option = _TRUE;