diff options
author | David S. Miller <davem@davemloft.net> | 2010-07-26 13:13:49 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-07-26 13:13:49 -0700 |
commit | 40b53d8a4edca018b8edb2fa99c5326642d450fa (patch) | |
tree | e73ed4cc7b3f933634e0f2ebdc9c7f78903a3f09 | |
parent | 1235f504aaba2ebeabc863fdb3ceac764a317d47 (diff) | |
download | op-kernel-dev-40b53d8a4edca018b8edb2fa99c5326642d450fa.zip op-kernel-dev-40b53d8a4edca018b8edb2fa99c5326642d450fa.tar.gz |
wireless: Make COMPAT_NETLINK_MESSAGES depend upon WEXT_CORE
WIRELESS_EXT is not the correct dependency.
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | net/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Kconfig b/net/Kconfig index b325094..e24fa08 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 |