]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] ipw2200: Disable hwcrypto by default
authorZhu Yi <yi.zhu@intel.com>
Tue, 24 Jan 2006 08:38:08 +0000 (16:38 +0800)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 31 Jan 2006 01:35:35 +0000 (20:35 -0500)
After looking at the mailing list (and experiencing permanent driver lockups
while using hwcrypto=1) I think that disabling this option by default would
be better than otherwise.

Signed-off-by: Andreas Happe <andreashappe@snikt.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ipw2200.c

index fdb8065a8088db848c915ae081d7cf46b20a063e..18e00fe8a218df4a6f332ce1685685b86ce4c4f0 100644 (file)
@@ -56,7 +56,7 @@ static int auto_create = 1;
 static int led = 0;
 static int disable = 0;
 static int bt_coexist = 0;
-static int hwcrypto = 1;
+static int hwcrypto = 0;
 static int roaming = 1;
 static const char ipw_modes[] = {
        'a', 'b', 'g', '?'
@@ -11304,7 +11304,7 @@ module_param(bt_coexist, int, 0444);
 MODULE_PARM_DESC(bt_coexist, "enable bluetooth coexistence (default off)");
 
 module_param(hwcrypto, int, 0444);
-MODULE_PARM_DESC(hwcrypto, "enable hardware crypto (default on)");
+MODULE_PARM_DESC(hwcrypto, "enable hardware crypto (default off)");
 
 module_param(cmdlog, int, 0444);
 MODULE_PARM_DESC(cmdlog,