]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
wireless: Make COMPAT_NETLINK_MESSAGES depend upon WEXT_CORE
authorDavid S. Miller <davem@davemloft.net>
Mon, 26 Jul 2010 20:13:49 +0000 (13:13 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 26 Jul 2010 20:13:49 +0000 (13:13 -0700)
WIRELESS_EXT is not the correct dependency.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/Kconfig

index b3250944cde9257ec7e31c1f736bea6f72c350fe..e24fa0873f32efff6fb48ffa06354b14f7e8ba63 100644 (file)
@@ -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