From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sven Eckelmann Subject: [PATCH 2/2] batman-adv: Drop "experimental" from BATMAN_V Kconfig Date: Fri, 25 May 2018 21:48:37 +0200 Message-ID: <20180525194837.12589-2-sven@narfation.org> References: <20180525194837.12589-1-sven@narfation.org> Cc: netdev@vger.kernel.org, b.a.t.m.a.n@lists.open-mesh.org, a@unstable.cc, sw@simonwunderlich.de, mareklindner@neomailbox.ch, joe@perches.com, sergei.shtylyov@cogentembedded.com, Sven Eckelmann To: davem@davemloft.net Return-path: Received: from narfation.org ([79.140.41.39]:46186 "EHLO v3-1039.vlinux.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S968109AbeEYTtM (ORCPT ); Fri, 25 May 2018 15:49:12 -0400 In-Reply-To: <20180525194837.12589-1-sven@narfation.org> Sender: netdev-owner@vger.kernel.org List-ID: The Kconfig option BATMAN_ADV_BATMAN_V is now enabled by default when the BATMAN_ADV is enabled. A feature which is enabled by default for a module should not be considered experimental. Reported-by: Joe Perches Signed-off-by: Sven Eckelmann --- net/batman-adv/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/batman-adv/Kconfig b/net/batman-adv/Kconfig index 41bb67d70c83..da0b7aa98be9 100644 --- a/net/batman-adv/Kconfig +++ b/net/batman-adv/Kconfig @@ -32,7 +32,7 @@ config BATMAN_ADV tools. config BATMAN_ADV_BATMAN_V - bool "B.A.T.M.A.N. V protocol (experimental)" + bool "B.A.T.M.A.N. V protocol" depends on BATMAN_ADV && !(CFG80211=m && BATMAN_ADV=y) default y help -- 2.17.0