qcacld-3.0: Don't update MBO IEs twice
Driver should not send MBO IEs if MBO Ies come from supplicant. Change-Id: I7ad27759ba2454465f3e204d207cb58eaf8804a9 CRs-Fixed: 2044567
Cette révision appartient à :
@@ -747,7 +747,7 @@ static int wlan_hdd_update_scan_ies(hdd_adapter_t *adapter,
|
||||
add_ie = true;
|
||||
break;
|
||||
case IE_EID_VENDOR:
|
||||
if ((0 == qdf_mem_cmp(&temp_ie[0], MBO_OUI_TYPE,
|
||||
if ((0 != qdf_mem_cmp(&temp_ie[0], MBO_OUI_TYPE,
|
||||
MBO_OUI_TYPE_SIZE)) ||
|
||||
(0 == qdf_mem_cmp(&temp_ie[0], QCN_OUI_TYPE,
|
||||
QCN_OUI_TYPE_SIZE)))
|
||||
|
Référencer dans un nouveau ticket
Bloquer un utilisateur