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

Commit 86ee6750 authored by Yue Ma's avatar Yue Ma Committed by Gerrit - the friendly Code Review server
Browse files

cnss2: Fix a issue for WLFW QMI files



For wlfw_host_ddr_range_s_v01_ei from wlfw_host_cap_req_msg_v01_ei
message, the TLV type should be 0x1F instead of 0x1E.

Change-Id: I0221aeb79d15c0216356ad451bd5f10ab72b0468
Signed-off-by: default avatarYue Ma <yuem@codeaurora.org>
parent bcdc0e4f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2617,7 +2617,7 @@ struct qmi_elem_info wlfw_host_cap_req_msg_v01_ei[] = {
		.elem_len       = QMI_WLFW_MAX_HOST_DDR_RANGE_SIZE_V01,
		.elem_size      = sizeof(struct wlfw_host_ddr_range_s_v01),
		.array_type       = STATIC_ARRAY,
		.tlv_type       = 0x1E,
		.tlv_type       = 0x1F,
		.offset         = offsetof(struct wlfw_host_cap_req_msg_v01,
					   ddr_range),
		.ei_array      = wlfw_host_ddr_range_s_v01_ei,