On Mon, 2012-02-13 at 15:13 +0100, Johannes Berg wrote: > config RTLWIFI_DEBUG > tristate "Additional debugging output" > depends on RTL8192CE || RTL8192CU || RTL8192SE || RTL8192DE > default y > > should be > > config RTLWIFI_DEBUG > bool "..." > > as otherwise > > +#ifdef CONFIG_RTLWIFI_DEBUG > can never be true in a modular build. If you know the correct solution, perhaps you should submit a patch. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html