Please pull from 'upstream' branch of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
to obtain the fix described below: net/ieee80211/Kconfig | 1 - 1 files changed, 1 deletion(-) commit 45ac56ca6403b83ad880083be164c425f4b50882 Author: Jeff Garzik <[EMAIL PROTECTED]> Date: Thu Sep 8 16:44:33 2005 -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. 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 netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html