Do we need following patch on top of 24a0aa212ee2dbe44360288684478d76a8e20a0a revert? I updated kernel today, and (probably because extensions were not selectable before), the default choice was "N", which is wrong: oldconfig should result in compatible choices being made, for example to help bisect. Signed-off-by: Pavel Machek <pavel@xxxxxx> diff --git a/net/wireless/Kconfig b/net/wireless/Kconfig index 29c8675..8951dba 100644 --- a/net/wireless/Kconfig +++ b/net/wireless/Kconfig @@ -177,6 +177,7 @@ config CFG80211_INTERNAL_REGDB config CFG80211_WEXT bool "cfg80211 wireless extensions compatibility" depends on CFG80211 + default y select WEXT_CORE help Enable this option if you need old userspace for wireless -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html -- 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