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: Bojun Pan <bojunp@codeaurora.org>
This commit is contained in:
Bojun Pan
2019-01-22 15:26:49 -08:00
committed by Gerrit - the friendly Code Review server
parent d592d3b510
commit 4369915670

View File

@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/*
* Copyright (c) 2013-2018, The Linux Foundation. All rights reserved.
* Copyright (c) 2013-2019, The Linux Foundation. All rights reserved.
*/
/*
@@ -85,8 +85,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 {