aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSean Hefty <sean.hefty@intel.com>2006-11-30 16:30:47 -0800
committerRoland Dreier <rolandd@cisco.com>2006-12-12 11:50:21 -0800
commit9b2e9c0c241e532d923fff23d9a7c0bd31bd96b1 (patch)
tree50edc4dbe3058276b977020ccf202dc676f27779 /include
parentIB/ipath: Fix IRQ for PCI Express HCAs (diff)
downloadlinux-dev-9b2e9c0c241e532d923fff23d9a7c0bd31bd96b1.tar.xz
linux-dev-9b2e9c0c241e532d923fff23d9a7c0bd31bd96b1.zip
RDMA/cma: Remove unneeded qp_type parameter from rdma_cm
The qp_type parameter into the rdma_cm is unneeded, and can be misleading. The QP type should be determined from the port space. Signed-off-by: Sean Hefty <sean.hefty@intel.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'include')
-rw-r--r--include/rdma/rdma_cm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rdma/rdma_cm.h b/include/rdma/rdma_cm.h
index deb5a0a4cee5..4c07f9699d06 100644
--- a/include/rdma/rdma_cm.h
+++ b/include/rdma/rdma_cm.h
@@ -215,7 +215,6 @@ struct rdma_conn_param {
/* Fields below ignored if a QP is created on the rdma_cm_id. */
u8 srq;
u32 qp_num;
- enum ib_qp_type qp_type;
};
/**