tree 866ca7f8e50e4ea5bb7221416af15ce53c8b2309
parent caf39e87cc1182f7dae84eefc43ca14d54c78ef9
author Jeff Garzik <[EMAIL PROTECTED]> Fri, 09 Sep 2005 00:44:33 -0400
committer Jeff Garzik <[EMAIL PROTECTED]> Fri, 09 Sep 2005 00:44:33 -0400

Kconfig: IEEE80211 should not depend on NET_RADIO

We should not restrict use of ieee80211 to only when wireless drivers
are enabled.  In-development and out-of-tree drivers may wish to use it,
and by removing this restriction we eliminate a circular dependency.

 net/ieee80211/Kconfig |    1 -
 1 files changed, 1 deletion(-)

diff --git a/net/ieee80211/Kconfig b/net/ieee80211/Kconfig
--- a/net/ieee80211/Kconfig
+++ b/net/ieee80211/Kconfig
@@ -1,6 +1,5 @@
 config IEEE80211
        tristate "Generic IEEE 802.11 Networking Stack"
-       select NET_RADIO
        ---help---
        This option enables the hardware independent IEEE 802.11
        networking stack.
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to