IB/cm: Fix layout of APR message
Add a missing 16-bit reserved field between ap_status and info fields. Signed-off-by: Eli Cohen <eli@mellanox.com> Acked-by: Sean Hefty <sean.hefty@intel.com> Signed-off-by: Roland Dreier <roland@purestorage.com>
This commit is contained in:
parent
5f0a6e2d50
commit
6f233d300d
1 changed files with 1 additions and 0 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue