aboutsummaryrefslogtreecommitdiffstats
path: root/net/ieee80211
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2006-01-04 16:51:31 +0100
committerJohn W. Linville <linville@tuxdriver.com>2006-03-22 22:16:50 -0500
commit32821837fa0b3a37b1f3e020769eb2a186cfff6e (patch)
treef4c18766766cbdd4715ce78a081dfab2cb571613 /net/ieee80211
parent[PATCH] wireless: Add softmac layer to the kernel (diff)
downloadlinux-dev-32821837fa0b3a37b1f3e020769eb2a186cfff6e.tar.xz
linux-dev-32821837fa0b3a37b1f3e020769eb2a186cfff6e.zip
[PATCH] make softmac depend on IEEE80211 and EXPERIMENTAL
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/ieee80211')
-rw-r--r--net/ieee80211/softmac/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ieee80211/softmac/Kconfig b/net/ieee80211/softmac/Kconfig
index 8d4250425911..6cd9f3427be6 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.