|
@@ -173,6 +173,7 @@ lim_populate_ml_probe_req(struct mac_context *mac,
|
|
|
*ml_prb_req_ie = (uint8_t *)ml_prb_req;
|
|
|
/* Fill the Element ID IE Type (0xFF) */
|
|
|
ml_prb_req->ml_ie_ff.elem_id = WLAN_ELEMID_EXTN_ELEM;
|
|
|
+ ml_probe_len += sizeof(struct ie_header);
|
|
|
/* Fill the Multi link extn Element ID IE Type (0x6B) */
|
|
|
ml_prb_req->ml_ie_ff.elem_id_ext = WLAN_EXTN_ELEMID_MULTI_LINK;
|
|
|
ml_probe_len++;
|
|
@@ -224,7 +225,7 @@ lim_populate_ml_probe_req(struct mac_context *mac,
|
|
|
|
|
|
pe_nofl_debug("Send ML probe req %d", ml_probe_len);
|
|
|
QDF_TRACE_HEX_DUMP(QDF_MODULE_ID_PE, QDF_TRACE_LEVEL_DEBUG,
|
|
|
- ml_probe, ml_probe_len + 2);
|
|
|
+ ml_probe, ml_probe_len);
|
|
|
|
|
|
return QDF_STATUS_SUCCESS;
|
|
|
}
|