Skip to content

Commit

Permalink
IB/cm: Fix layout of APR message
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Eli Cohen authored and Roland Dreier committed Jan 4, 2012
1 parent 5f0a6e2 commit 6f233d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/infiniband/core/cm_msgs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 6f233d3

Please sign in to comment.