From patchwork Fri May 25 19:48:36 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sven Eckelmann X-Patchwork-Id: 920752 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=narfation.org Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=narfation.org header.i=@narfation.org header.b="SJCPkwXd"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 40sxf33f1yz9s0q for ; Sat, 26 May 2018 05:49:15 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S968123AbeEYTtM (ORCPT ); Fri, 25 May 2018 15:49:12 -0400 Received: from narfation.org ([79.140.41.39]:46168 "EHLO v3-1039.vlinux.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S967784AbeEYTtL (ORCPT ); Fri, 25 May 2018 15:49:11 -0400 Received: from sven-desktop.home.narfation.org (p200300C593C62DFD0000000000004065.dip0.t-ipconnect.de [IPv6:2003:c5:93c6:2dfd::4065]) by v3-1039.vlinux.de (Postfix) with ESMTPSA id DECB8110116; Fri, 25 May 2018 21:49:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=narfation.org; s=20121; t=1527277749; bh=4I3jUBwDWvGWx1aVla1iHKp/mZ2M88O/OMZdjXfSEVQ=; h=From:To:Cc:Subject:Date:From; b=SJCPkwXdNG+nlRNVefycfAj4JtwaduEGyx6TYg9ykASH19huOMQRduD78SIVFZzFr qi9uJHVqbowWbYTtEN60ifX4eIThkcSHhjPo6kSo/FpSlMT0xDwfYScO4hdQSQjGw+ hFb3vgCkX59q/WjTCAWdug5YebevrOL0bxtOZO6g= From: Sven Eckelmann To: davem@davemloft.net 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 Subject: [PATCH 1/2] batman-adv: Remove "default n" in Kconfig Date: Fri, 25 May 2018 21:48:36 +0200 Message-Id: <20180525194837.12589-1-sven@narfation.org> X-Mailer: git-send-email 2.17.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org The "default n" is the default value for any bool or tristate Kconfig setting. It is therefore not necessary to add it to the an config entry. Reported-by: Sergei Shtylyov Signed-off-by: Sven Eckelmann --- net/batman-adv/Kconfig | 5 ----- 1 file changed, 5 deletions(-) diff --git a/net/batman-adv/Kconfig b/net/batman-adv/Kconfig index de8034d80623..41bb67d70c83 100644 --- a/net/batman-adv/Kconfig +++ b/net/batman-adv/Kconfig @@ -24,7 +24,6 @@ config BATMAN_ADV depends on NET select CRC16 select LIBCRC32C - default n help B.A.T.M.A.N. (better approach to mobile ad-hoc networking) is a routing protocol for multi-hop ad-hoc mesh networks. The @@ -60,7 +59,6 @@ config BATMAN_ADV_BLA config BATMAN_ADV_DAT bool "Distributed ARP Table" depends on BATMAN_ADV && INET - default n help This option enables DAT (Distributed ARP Table), a DHT based mechanism that increases ARP reliability on sparse wireless @@ -70,7 +68,6 @@ config BATMAN_ADV_DAT config BATMAN_ADV_NC bool "Network Coding" depends on BATMAN_ADV - default n help This option enables network coding, a mechanism that aims to increase the overall network throughput by fusing multiple @@ -84,7 +81,6 @@ config BATMAN_ADV_NC config BATMAN_ADV_MCAST bool "Multicast optimisation" depends on BATMAN_ADV && INET && !(BRIDGE=m && BATMAN_ADV=y) - default n help This option enables the multicast optimisation which aims to reduce the air overhead while improving the reliability of @@ -94,7 +90,6 @@ config BATMAN_ADV_DEBUGFS bool "batman-adv debugfs entries" depends on BATMAN_ADV depends on DEBUG_FS - default n help Enable this to export routing related debug tables via debugfs. The information for each soft-interface and used hard-interface can be From patchwork Fri May 25 19:48:37 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sven Eckelmann X-Patchwork-Id: 920753 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=narfation.org Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=narfation.org header.i=@narfation.org header.b="xHMCfGCv"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 40sxf554dLz9s0w for ; Sat, 26 May 2018 05:49:17 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S968176AbeEYTtO (ORCPT ); Fri, 25 May 2018 15:49:14 -0400 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 Received: from sven-desktop.home.narfation.org (p200300C593C62DFD0000000000004065.dip0.t-ipconnect.de [IPv6:2003:c5:93c6:2dfd::4065]) by v3-1039.vlinux.de (Postfix) with ESMTPSA id 79B2711011D; Fri, 25 May 2018 21:49:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=narfation.org; s=20121; t=1527277751; bh=h/lEvMQAYLY1kpeFQZO9r84OZstbIv7FdyzHQX+IfK0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=xHMCfGCvwqGr3a/3OzgtI0gtomEGQeMO+b87q/yWaa2MygAX8MdYCWdgHZ6ZqQVm9 hm+vs/sqNMsJ01L439vYGB4ZpAwiZTerF8mQZMpeiZg8Q3w4z1zn6Ty1G1J0H9YfUH lYHwt2pBcOBcyZt0joM1t6F0Npg5GiK8JJmMkxuQ= From: Sven Eckelmann To: davem@davemloft.net 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 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> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180525194837.12589-1-sven@narfation.org> References: <20180525194837.12589-1-sven@narfation.org> Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org 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