From: David S. Miller Date: Mon, 26 Jul 2010 20:13:49 +0000 (-0700) Subject: wireless: Make COMPAT_NETLINK_MESSAGES depend upon WEXT_CORE X-Git-Tag: v2.6.36-rc1~571^2~96 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=40b53d8a4edca018b8edb2fa99c5326642d450fa;p=linux.git wireless: Make COMPAT_NETLINK_MESSAGES depend upon WEXT_CORE WIRELESS_EXT is not the correct dependency. Signed-off-by: David S. Miller --- diff --git a/net/Kconfig b/net/Kconfig index b3250944cde9..e24fa0873f32 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -32,7 +32,7 @@ config WANT_COMPAT_NETLINK_MESSAGES config COMPAT_NETLINK_MESSAGES def_bool y depends on COMPAT - depends on WIRELESS_EXT || WANT_COMPAT_NETLINK_MESSAGES + depends on WEXT_CORE || WANT_COMPAT_NETLINK_MESSAGES help This option makes it possible to send different netlink messages to tasks depending on whether the task is a compat task or not. To