From patchwork Mon Dec 3 11:47:45 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lubomir Rintel X-Patchwork-Id: 10709353 X-Patchwork-Delegate: johannes@sipsolutions.net Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id A52BB15A6 for ; Mon, 3 Dec 2018 11:48:02 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 977F62B44F for ; Mon, 3 Dec 2018 11:48:02 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 95ADE2B46A; Mon, 3 Dec 2018 11:48:02 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 28CF62B45F for ; Mon, 3 Dec 2018 11:48:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726489AbeLCLsn (ORCPT ); Mon, 3 Dec 2018 06:48:43 -0500 Received: from shell.v3.sk ([90.176.6.54]:37935 "EHLO shell.v3.sk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726401AbeLCLsm (ORCPT ); Mon, 3 Dec 2018 06:48:42 -0500 Received: from localhost (localhost [127.0.0.1]) by zimbra.v3.sk (Postfix) with ESMTP id 7D2E3C8137; Mon, 3 Dec 2018 12:47:57 +0100 (CET) Received: from shell.v3.sk ([127.0.0.1]) by localhost (zimbra.v3.sk [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id wizFHgYfgQl9; Mon, 3 Dec 2018 12:47:49 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by zimbra.v3.sk (Postfix) with ESMTP id 7B24BC8130; Mon, 3 Dec 2018 12:47:49 +0100 (CET) X-Virus-Scanned: amavisd-new at zimbra.v3.sk Received: from shell.v3.sk ([127.0.0.1]) by localhost (zimbra.v3.sk [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id tUBNTCqnCbVD; Mon, 3 Dec 2018 12:47:48 +0100 (CET) Received: from belphegor.brq.redhat.com (nat-pool-brq-t.redhat.com [213.175.37.10]) by zimbra.v3.sk (Postfix) with ESMTPSA id 18A46C805D; Mon, 3 Dec 2018 12:47:48 +0100 (CET) From: Lubomir Rintel To: Jiri Kosina Cc: Johannes Berg , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Lubomir Rintel Subject: [PATCH] mac80211: a trivial open80211s web site URL fix Date: Mon, 3 Dec 2018 12:47:45 +0100 Message-Id: <20181203114745.637240-1-lkundrak@v3.sk> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Lubomir Rintel --- net/mac80211/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/mac80211/Kconfig b/net/mac80211/Kconfig index f869e35d0974..bbd3d30625d8 100644 --- a/net/mac80211/Kconfig +++ b/net/mac80211/Kconfig @@ -64,7 +64,7 @@ config MAC80211_MESH The implementation is based on Draft 2.08 of the Mesh Networking amendment. However, no compliance with that draft is claimed or even possible, as drafts leave a number of identifiers to be defined after - ratification. For more information visit http://o11s.org/. + ratification. For more information visit http://open80211s.org/. config MAC80211_LEDS bool "Enable LED triggers"