From patchwork Fri Jun 26 17:27:27 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jakub Kicinski X-Patchwork-Id: 217040 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.1 required=3.0 tests=DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, INCLUDES_PATCH, MAILING_LIST_MULTI, SIGNED_OFF_BY, SPF_HELO_NONE, SPF_PASS, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 49E26C433E0 for ; Fri, 26 Jun 2020 17:28:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1FE8220707 for ; Fri, 26 Jun 2020 17:28:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593192490; bh=nN4I280MnrMDu0MHsHYDVRh28jhRIPVeDpZFSCYAt1s=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=fFQa5oh/1pFt+ddnRTpZUNS/iYuLg5Q82LIA/GlZ7frhS4lcq3oX0NNl3NaFFhcfz 8d2toswN7c52ph+ugnzKQlrJ1RbKXqwM7CjXBmENf0dbUkca/34ZzbC2k+zmMVUrOY I/+2nPwhUbQxfEVbMGrmmElfiPM1fcTYGEovdf7M= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726647AbgFZR2H (ORCPT ); Fri, 26 Jun 2020 13:28:07 -0400 Received: from mail.kernel.org ([198.145.29.99]:42468 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725806AbgFZR2A (ORCPT ); Fri, 26 Jun 2020 13:28:00 -0400 Received: from kicinski-fedora-PC1C0HJN.thefacebook.com (unknown [163.114.132.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5EC9A20707; Fri, 26 Jun 2020 17:27:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593192479; bh=nN4I280MnrMDu0MHsHYDVRh28jhRIPVeDpZFSCYAt1s=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Ac1ydLUqB6G+7Oc8CaDyDf47R8SNmkFspP+BcRiolw3rsmaZp466Zte8cjDfr84ta NSXu6WoleUhAiALjZJbiFwKDLWS6TSy4Swf5+swmxwMFd+urwQvpdsUSfANTlr0Obl MmgMFXYv/ZE+GbtfLJwC3Dueg2fikVjuj9edqM60= From: Jakub Kicinski To: davem@davemloft.net Cc: netdev@vger.kernel.org, Jakub Kicinski Subject: [PATCH net-next 4/8] docs: networking: move ray_cs to the hw driver section Date: Fri, 26 Jun 2020 10:27:27 -0700 Message-Id: <20200626172731.280133-5-kuba@kernel.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200626172731.280133-1-kuba@kernel.org> References: <20200626172731.280133-1-kuba@kernel.org> MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Move ray_cs into Wi-Fi driver docs subdirectory. Signed-off-by: Jakub Kicinski --- Documentation/networking/device_drivers/wifi/index.rst | 1 + Documentation/networking/{ => device_drivers/wifi}/ray_cs.rst | 0 Documentation/networking/index.rst | 1 - drivers/net/wireless/Kconfig | 3 ++- 4 files changed, 3 insertions(+), 2 deletions(-) rename Documentation/networking/{ => device_drivers/wifi}/ray_cs.rst (100%) diff --git a/Documentation/networking/device_drivers/wifi/index.rst b/Documentation/networking/device_drivers/wifi/index.rst index fb394f5de4a9..bf91a87c7acf 100644 --- a/Documentation/networking/device_drivers/wifi/index.rst +++ b/Documentation/networking/device_drivers/wifi/index.rst @@ -10,6 +10,7 @@ Wi-Fi Device Drivers intel/ipw2100 intel/ipw2200 + ray_cs .. only:: subproject and html diff --git a/Documentation/networking/ray_cs.rst b/Documentation/networking/device_drivers/wifi/ray_cs.rst similarity index 100% rename from Documentation/networking/ray_cs.rst rename to Documentation/networking/device_drivers/wifi/ray_cs.rst diff --git a/Documentation/networking/index.rst b/Documentation/networking/index.rst index 76831e9d7c9a..9f8230c325af 100644 --- a/Documentation/networking/index.rst +++ b/Documentation/networking/index.rst @@ -95,7 +95,6 @@ Linux Networking Documentation ppp_generic proc_net_tcp radiotap-headers - ray_cs rds regulatory rxrpc diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig index 8ab62bb6b853..2c6dd50b6935 100644 --- a/drivers/net/wireless/Kconfig +++ b/drivers/net/wireless/Kconfig @@ -57,7 +57,8 @@ config PCMCIA_RAYCS help Say Y here if you intend to attach an Aviator/Raytheon PCMCIA (PC-card) wireless Ethernet networking card to your computer. - Please read the file for + Please read the file + for details. To compile this driver as a module, choose M here: the module will be