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

Commit 8aaf6a09 authored by Bojun Pan's avatar Bojun Pan Committed by Gerrit - the friendly Code Review server
Browse files

msm: IPA: fix the QMI response mismatch between Q6 and AP



There is a mismatch between the internal structure of
ipa_qmi_response_type_v01 and QMI structure
qmi_response_type_v01 which is causing this encode issue.

Change-Id: I145ce7ccb20a37fd32f6a9180bfb9f675a4330fa
Signed-off-by: default avatarBojun Pan <bojunp@codeaurora.org>
parent ba6190e6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
/* Copyright (c) 2013-2018, The Linux Foundation. All rights reserved.
/* Copyright (c) 2013-2019, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -92,8 +92,8 @@ enum ipa_qmi_error_type_v01 {
};

struct ipa_qmi_response_type_v01 {
	enum ipa_qmi_result_type_v01 result;
	enum ipa_qmi_error_type_v01 error;
	uint16_t result;
	uint16_t error;
};

enum ipa_platform_type_enum_v01 {