I am trying to test the latest Realtek driver for the RTL8187L. In order for the driver to be able to scan, CONFIG_WIRELESS_EXT must be set to "y". I could find no way to do that with the kernel configuration utilities until I made the following patch. I know it is wrong, but I would like to know the correct way. Thanks, Larry diff --git a/net/wireless/Kconfig b/net/wireless/Kconfig index d0ee290..c50af61 100644 --- a/net/wireless/Kconfig +++ b/net/wireless/Kconfig @@ -1,5 +1,5 @@ config WIRELESS_EXT - bool + def_bool y config WEXT_CORE def_bool y -- 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