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

Commit 15d64ea4 authored by Michael Adisumarta's avatar Michael Adisumarta
Browse files

Revert "msm: ipa3: Fix to avoid structural padding"



This reverts commit 7ae56e65.

Change-Id: Idc419a5f497c09fa603f4195f9e109de99398de3
Signed-off-by: default avatarMichael Adisumarta <madisuma@codeaurora.org>
parent 44f03b80
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -87,8 +87,6 @@ enum ipa_qmi_error_type_v01 {
	IPA_QMI_ERROR_TYPE_MAX_ENUM_VAL_V01 = IPA_INT_MAX,
};

#pragma pack(push, 1)

struct ipa_qmi_response_type_v01 {
	uint16_t result;
	uint16_t error;
@@ -2673,8 +2671,6 @@ struct ipa_bw_change_ind_msg_v01 {
	/* Kbps */
	uint32_t peak_bw_dl;
}; /* Message */

#pragma pack(pop)
#define IPA_BW_CHANGE_IND_MSG_V01_MAX_MSG_LEN 14

/*Service Message Definition*/