projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f0a6e2
)
IB/cm: Fix layout of APR message
author
Eli Cohen
<
[email protected]
>
Mon, 19 Dec 2011 19:46:53 +0000
(21:46 +0200)
committer
Roland Dreier
<
[email protected]
>
Wed, 4 Jan 2012 05:04:18 +0000
(21:04 -0800)
Add a missing 16-bit reserved field between ap_status and info fields.
Signed-off-by: Eli Cohen <
[email protected]
>
Acked-by: Sean Hefty <
[email protected]
>
Signed-off-by: Roland Dreier <
[email protected]
>
drivers/infiniband/core/cm_msgs.h
patch
|
blob
|
history
diff --git
a/drivers/infiniband/core/cm_msgs.h
b/drivers/infiniband/core/cm_msgs.h
index 505db2a59e7f4f46b85422c94955459b6b00b85a..7da9b2102341c2f364f31989aa656d4d750272ee 100644
(file)
--- a/
drivers/infiniband/core/cm_msgs.h
+++ b/
drivers/infiniband/core/cm_msgs.h
@@
-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];