Re: module_param() doesn't seem to work in 2.6.6-rc1

From: Chris Wright
Date: Fri Apr 16 2004 - 18:37:41 EST


* Pavel Roskin (proski@xxxxxxx) wrote:
> A bigger problem is that the new parameters cannot be used on the modprobe
> command line. I added this to orinoco.c:
>
> static int parmtest1, parmtest2;
> MODULE_PARM(parmtest1, "i");
> module_param(parmtest2, int, 644);

You can not mix the use of the two.

thanks,
-chris
--
Linux Security Modules http://lsm.immunix.org http://lsm.bkbits.net
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/