diff options
-rw-r--r-- | drivers/infiniband/hw/cxgb4/cm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/infiniband/hw/cxgb4/cm.c b/drivers/infiniband/hw/cxgb4/cm.c index 2b2af962cc64..e1fc5c5445c9 100644 --- a/drivers/infiniband/hw/cxgb4/cm.c +++ b/drivers/infiniband/hw/cxgb4/cm.c | |||
@@ -98,9 +98,9 @@ int c4iw_debug; | |||
98 | module_param(c4iw_debug, int, 0644); | 98 | module_param(c4iw_debug, int, 0644); |
99 | MODULE_PARM_DESC(c4iw_debug, "Enable debug logging (default=0)"); | 99 | MODULE_PARM_DESC(c4iw_debug, "Enable debug logging (default=0)"); |
100 | 100 | ||
101 | static int peer2peer; | 101 | static int peer2peer = 1; |
102 | module_param(peer2peer, int, 0644); | 102 | module_param(peer2peer, int, 0644); |
103 | MODULE_PARM_DESC(peer2peer, "Support peer2peer ULPs (default=0)"); | 103 | MODULE_PARM_DESC(peer2peer, "Support peer2peer ULPs (default=1)"); |
104 | 104 | ||
105 | static int p2p_type = FW_RI_INIT_P2PTYPE_READ_REQ; | 105 | static int p2p_type = FW_RI_INIT_P2PTYPE_READ_REQ; |
106 | module_param(p2p_type, int, 0644); | 106 | module_param(p2p_type, int, 0644); |