From: Johannes Berg <[EMAIL PROTECTED]> Date: Wed Jan 4 16:51:31 2006 +0100 Subject: [PATCH] make softmac depend on IEEE80211 and EXPERIMENTAL
Signed-off-by: John W. Linville <[EMAIL PROTECTED]> --- net/ieee80211/softmac/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 391f1dd02d8b558aee9754fda9176aa28d3df1a8 diff --git a/net/ieee80211/softmac/Kconfig b/net/ieee80211/softmac/Kconfig index 8d42504..6cd9f34 100644 --- a/net/ieee80211/softmac/Kconfig +++ b/net/ieee80211/softmac/Kconfig @@ -1,5 +1,6 @@ config IEEE80211_SOFTMAC tristate "Software MAC add-on to the IEEE 802.11 networking stack" + depends on IEEE80211 && EXPERIMENTAL ---help--- This option enables the hardware independent software MAC addon for the IEEE 802.11 networking stack. -- 1.2.4 -- John W. Linville [EMAIL PROTECTED] - 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