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

Commit 6f233d30 authored by Eli Cohen's avatar Eli Cohen Committed by Roland Dreier
Browse files

IB/cm: Fix layout of APR message



Add a missing 16-bit reserved field between ap_status and info fields.

Signed-off-by: default avatarEli Cohen <eli@mellanox.com>
Acked-by: default avatarSean Hefty <sean.hefty@intel.com>
Signed-off-by: default avatarRoland Dreier <roland@purestorage.com>
parent 5f0a6e2d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -799,6 +799,7 @@ struct cm_apr_msg {

	u8 info_length;
	u8 ap_status;
	__be16 rsvd;
	u8 info[IB_CM_APR_INFO_LENGTH];

	u8 private_data[IB_CM_APR_PRIVATE_DATA_SIZE];