diff mbox

rdma_cm.h: Fix SCTP protocol ID

Message ID 20100113192454.GA17655@comcast.net (mailing list archive)
State Rejected
Headers show

Commit Message

Hal Rosenstock Jan. 13, 2010, 7:24 p.m. UTC
None
diff mbox

Patch

diff --git a/include/rdma/rdma_cm.h b/include/rdma/rdma_cm.h
index c6b2962..1c5e589 100644
--- a/include/rdma/rdma_cm.h
+++ b/include/rdma/rdma_cm.h
@@ -67,7 +67,7 @@  enum rdma_port_space {
 	RDMA_PS_IPOIB = 0x0002,
 	RDMA_PS_TCP   = 0x0106,
 	RDMA_PS_UDP   = 0x0111,
-	RDMA_PS_SCTP  = 0x0183
+	RDMA_PS_SCTP  = 0x0184
 };
 
 struct rdma_addr {