* [PATCH] wireless: Make COMPAT_NETLINK_MESSAGES depend upon WEXT_CORE
@ 2010-07-26 20:15 David Miller
2010-07-26 20:18 ` Johannes Berg
0 siblings, 1 reply; 2+ messages in thread
From: David Miller @ 2010-07-26 20:15 UTC (permalink / raw)
To: netdev-u79uwXL29TY76Z2rM5mHXA; +Cc: linux-wireless-u79uwXL29TY76Z2rM5mHXA
WIRELESS_EXT is not the correct dependency.
Signed-off-by: David S. Miller <davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
---
Wireless folks, just FYI, I will commit this to net-next-2.6
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
--
1.7.1.1
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] wireless: Make COMPAT_NETLINK_MESSAGES depend upon WEXT_CORE
2010-07-26 20:15 [PATCH] wireless: Make COMPAT_NETLINK_MESSAGES depend upon WEXT_CORE David Miller
@ 2010-07-26 20:18 ` Johannes Berg
0 siblings, 0 replies; 2+ messages in thread
From: Johannes Berg @ 2010-07-26 20:18 UTC (permalink / raw)
To: David Miller; +Cc: netdev, linux-wireless
On Mon, 2010-07-26 at 13:15 -0700, David Miller wrote:
> WIRELESS_EXT is not the correct dependency.
>
> Signed-off-by: David S. Miller <davem@davemloft.net>
> ---
>
> Wireless folks, just FYI, I will commit this to net-next-2.6
>
> 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
You're right, thank you, I missed that at the time I changed this.
FWIW, it seems I broke this in 2.6.32! Guess nobody noticed since most
people actually do still have WIRELESS_EXT, especially distros.
johannes
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-07-26 20:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-26 20:15 [PATCH] wireless: Make COMPAT_NETLINK_MESSAGES depend upon WEXT_CORE David Miller
2010-07-26 20:18 ` Johannes Berg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).