From: Johannes Berg <johannes@sipsolutions.net>
Date: Wed, 4 Jan 2006 15:51:31 +0000 (+0100)
Subject: [PATCH] make softmac depend on IEEE80211 and EXPERIMENTAL
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=32821837fa0b3a37b1f3e020769eb2a186cfff6e;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.git

[PATCH] make softmac depend on IEEE80211 and EXPERIMENTAL

Signed-off-by: John W. Linville <linville@tuxdriver.com>
---

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.