diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2006-01-04 10:51:31 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2006-03-22 22:16:50 -0500 |
commit | 32821837fa0b3a37b1f3e020769eb2a186cfff6e (patch) | |
tree | f4c18766766cbdd4715ce78a081dfab2cb571613 /net/ieee80211/softmac/Kconfig | |
parent | 370121e5190a86a2d8a717ecd6f33028c7dc6fd4 (diff) |
[PATCH] make softmac depend on IEEE80211 and EXPERIMENTAL
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/ieee80211/softmac/Kconfig')
-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 8d4250425911..6cd9f3427be6 100644 --- a/net/ieee80211/softmac/Kconfig +++ b/net/ieee80211/softmac/Kconfig | |||
@@ -1,5 +1,6 @@ | |||
1 | config IEEE80211_SOFTMAC | 1 | config IEEE80211_SOFTMAC |
2 | tristate "Software MAC add-on to the IEEE 802.11 networking stack" | 2 | tristate "Software MAC add-on to the IEEE 802.11 networking stack" |
3 | depends on IEEE80211 && EXPERIMENTAL | ||
3 | ---help--- | 4 | ---help--- |
4 | This option enables the hardware independent software MAC addon | 5 | This option enables the hardware independent software MAC addon |
5 | for the IEEE 802.11 networking stack. | 6 | for the IEEE 802.11 networking stack. |