module_param: make bool parameters really bool (net & drivers/net)
[deliverable/linux.git] / drivers / net / wireless / mwl8k.c
index a53fbfe4c286feee67dafbd5bf075edc60286204..e75d5c8d62cc712966cca6998e4ab64452331a98 100644 (file)
@@ -31,7 +31,7 @@
 #define MWL8K_VERSION  "0.12"
 
 /* Module parameters */
-static unsigned ap_mode_default;
+static bool ap_mode_default;
 module_param(ap_mode_default, bool, 0);
 MODULE_PARM_DESC(ap_mode_default,
                 "Set to 1 to make ap mode the default instead of sta mode");
This page took 0.024239 seconds and 5 git commands to generate.