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: 1006856 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=none (p=none dis=none) header.from=v3.sk Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 437jtc4shJz9s55 for ; Mon, 3 Dec 2018 22:48:24 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726475AbeLCLsn (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: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org 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"