diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2006-01-04 16:51:31 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2006-03-22 22:16:50 -0500 |
commit | 32821837fa0b3a37b1f3e020769eb2a186cfff6e (patch) | |
tree | f4c18766766cbdd4715ce78a081dfab2cb571613 /net | |
parent | 370121e5190a86a2d8a717ecd6f33028c7dc6fd4 (diff) | |
download | op-kernel-dev-32821837fa0b3a37b1f3e020769eb2a186cfff6e.zip op-kernel-dev-32821837fa0b3a37b1f3e020769eb2a186cfff6e.tar.gz |
[PATCH] make softmac depend on IEEE80211 and EXPERIMENTAL
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/ieee80211/softmac/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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. |