Message ID | 20130223153826.7b412622c46078588b7db1ad@llnl.gov (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Hal Rosenstock |
Headers | show |
On 2/23/2013 6:38 PM, Ira Weiny wrote: > > Signed-off-by: Ira Weiny <weiny2@llnl.gov> Thanks. Applied. -- Hal -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/include/infiniband/umad_types.h b/include/infiniband/umad_types.h index 199edd1..48ae284 100644 --- a/include/infiniband/umad_types.h +++ b/include/infiniband/umad_types.h @@ -82,7 +82,7 @@ enum { UMAD_METHOD_REPORT = 0x06, UMAD_METHOD_REPORT_RESP = 0x86, UMAD_METHOD_TRAP_REPRESS = 0x07, - UMAD_METHOD_RESP = 0x80 + UMAD_METHOD_RESP_MASK = 0x80 }; enum {
Signed-off-by: Ira Weiny <weiny2@llnl.gov> --- include/infiniband/umad_types.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)