Browse Source

[PATCH] make softmac depend on IEEE80211 and EXPERIMENTAL

Signed-off-by: John W. Linville <linville@tuxdriver.com>
Johannes Berg 19 years ago
parent
commit
32821837fa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      net/ieee80211/softmac/Kconfig

+ 1 - 0
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.