Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5dea814e authored by Linux Build Service Account's avatar Linux Build Service Account
Browse files

Merge 8ef2e38b on remote branch

Change-Id: I7f3609d6d96785d9c00201c665479e773eafdb94
parents cfaec1a6 8ef2e38b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -9026,6 +9026,11 @@ static QDF_STATUS extract_mgmt_rx_params_tlv(wmi_unified_t wmi_handle,
		return QDF_STATUS_E_INVAL;
	}

	if (ev_hdr->buf_len > param_tlvs->num_bufp) {
		WMI_LOGE("Rx mgmt frame length mismatch, discard it");
		return QDF_STATUS_E_INVAL;
	}

	hdr->pdev_id = wmi_handle->ops->convert_pdev_id_target_to_host(
							wmi_handle,
							ev_hdr->pdev_id);