mirror of
https://github.com/chinawrj/rtl8812au
synced 2024-11-14 09:55:50 +00:00
Merge pull request #209 from kimocoder/v5.3.4
fixed VHT issue not selected because of wrong MESH condition
This commit is contained in:
commit
d2775e4248
@ -2207,9 +2207,9 @@ int rtw_check_beacon_data(_adapter *padapter, u8 *pbuf, int len)
|
|||||||
&& (!rfctl->country_ent || COUNTRY_CHPLAN_EN_11AC(rfctl->country_ent))
|
&& (!rfctl->country_ent || COUNTRY_CHPLAN_EN_11AC(rfctl->country_ent))
|
||||||
) {
|
) {
|
||||||
if (vht_cap == _TRUE
|
if (vht_cap == _TRUE
|
||||||
&& 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_);
|
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->ori_vht_en = 1;
|
||||||
pmlmepriv->vhtpriv.vht_option = _TRUE;
|
pmlmepriv->vhtpriv.vht_option = _TRUE;
|
||||||
} else if (REGSTY_IS_11AC_AUTO(pregistrypriv)) {
|
} else if (REGSTY_IS_11AC_AUTO(pregistrypriv)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user