|
@@ -98,9 +98,9 @@ int c4iw_debug;
|
|
|
module_param(c4iw_debug, int, 0644);
|
|
|
MODULE_PARM_DESC(c4iw_debug, "Enable debug logging (default=0)");
|
|
|
|
|
|
-static int peer2peer;
|
|
|
+static int peer2peer = 1;
|
|
|
module_param(peer2peer, int, 0644);
|
|
|
-MODULE_PARM_DESC(peer2peer, "Support peer2peer ULPs (default=0)");
|
|
|
+MODULE_PARM_DESC(peer2peer, "Support peer2peer ULPs (default=1)");
|
|
|
|
|
|
static int p2p_type = FW_RI_INIT_P2PTYPE_READ_REQ;
|
|
|
module_param(p2p_type, int, 0644);
|