Skip to content

Commit

Permalink
wireless: Make COMPAT_NETLINK_MESSAGES depend upon WEXT_CORE
Browse files Browse the repository at this point in the history
WIRELESS_EXT is not the correct dependency.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Jul 26, 2010
1 parent 1235f50 commit 40b53d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 40b53d8

Please sign in to comment.