Kconfig: IEEE80211 should not depend on NET_RADIO
authorJeff Garzik <jgarzik@pobox.com>
Thu, 8 Sep 2005 20:44:33 +0000 (16:44 -0400)
committerJeff Garzik <jgarzik@pobox.com>
Thu, 8 Sep 2005 20:44:33 +0000 (16:44 -0400)
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

index 58ed431..91b16fb 100644 (file)
@@ -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.