All of lore.kernel.org
 help / color / mirror / Atom feed
From: Flavio Suligoi <f.suligoi@asem.it>
To: Johannes Berg <johannes@sipsolutions.net>,
	"David S . Miller" <davem@davemloft.net>,
	Jakub Kicinski <kuba@kernel.org>,
	Jonathan Corbet <corbet@lwn.net>,
	Kalle Valo <kvalo@codeaurora.org>,
	Christian Lamparter <chunkeey@googlemail.com>,
	Johan Hovold <johan@kernel.org>,
	Saurav Girepunje <saurav.girepunje@gmail.com>,
	Larry Finger <Larry.Finger@lwfinger.net>,
	Emmanuel Grumbach <emmanuel.grumbach@intel.com>,
	Luca Coelho <luciano.coelho@intel.com>
Cc: <linux-wireless@vger.kernel.org>, <b43-dev@lists.infradead.org>,
	Intel Linux Wireless <linuxwifi@intel.com>,
	<netdev@vger.kernel.org>, <linux-doc@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>,
	Flavio Suligoi <f.suligoi@asem.it>
Subject: [PATCH 9/9] net: fix wiki website url mac80211 and wireless files
Date: Fri, 5 Jun 2020 17:41:12 +0200	[thread overview]
Message-ID: <20200605154112.16277-10-f.suligoi@asem.it> (raw)
In-Reply-To: <20200605154112.16277-1-f.suligoi@asem.it>

In the files:

- net/mac80211/rx.c
- net/wireless/Kconfig

the wiki url is still the old "wireless.kernel.org"
instead of the new "wireless.wiki.kernel.org"

Signed-off-by: Flavio Suligoi <f.suligoi@asem.it>
---
 net/mac80211/rx.c    | 2 +-
 net/wireless/Kconfig | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/mac80211/rx.c b/net/mac80211/rx.c
index 21854a61a2b7..a88ab6fb16f2 100644
--- a/net/mac80211/rx.c
+++ b/net/mac80211/rx.c
@@ -4694,7 +4694,7 @@ void ieee80211_rx_napi(struct ieee80211_hw *hw, struct ieee80211_sta *pubsta,
 			 * rate_idx is MCS index, which can be [0-76]
 			 * as documented on:
 			 *
-			 * http://wireless.kernel.org/en/developers/Documentation/ieee80211/802.11n
+			 * https://wireless.wiki.kernel.org/en/developers/Documentation/ieee80211/802.11n
 			 *
 			 * Anything else would be some sort of driver or
 			 * hardware error. The driver should catch hardware
diff --git a/net/wireless/Kconfig b/net/wireless/Kconfig
index 813e93644ae7..d69558487041 100644
--- a/net/wireless/Kconfig
+++ b/net/wireless/Kconfig
@@ -31,7 +31,7 @@ config CFG80211
 
 	  For more information refer to documentation on the wireless wiki:
 
-	  http://wireless.kernel.org/en/developers/Documentation/cfg80211
+	  https://wireless.wiki.kernel.org/en/developers/Documentation/cfg80211
 
 	  When built as a module it will be called cfg80211.
 
-- 
2.17.1


      parent reply	other threads:[~2020-06-05 15:47 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-05 15:41 [PATCH 0/9] net: wireless: fix wireless wiki website url Flavio Suligoi
2020-06-05 15:41 ` [PATCH 1/9] doc: networking: wireless: fix " Flavio Suligoi
2020-06-05 15:41 ` [PATCH 2/9] net: wireless: fix wiki website url in main Kconfig Flavio Suligoi
2020-07-15 10:19   ` [PATCH 2/9] " Kalle Valo
2020-07-15 10:19   ` Kalle Valo
2020-06-05 15:41 ` [PATCH 3/9] net: wireless: ath: fix wiki website url Flavio Suligoi
2020-06-09  6:25   ` Kalle Valo
2020-06-05 15:41 ` [PATCH 4/9] net: wireless: atmel: " Flavio Suligoi
2020-06-05 15:41 ` [PATCH 5/9] net: wireless: broadcom: " Flavio Suligoi
2020-06-05 15:41 ` [PATCH 6/9] net: wireless: intel: " Flavio Suligoi
2020-06-10 12:25   ` Luca Coelho
2020-06-05 15:41 ` [PATCH 7/9] net: wireless: intersil: " Flavio Suligoi
2020-07-15 10:20   ` [PATCH 7/9] " Kalle Valo
2020-07-15 10:20   ` Kalle Valo
2020-06-05 15:41 ` [PATCH 8/9] include: fix wiki website url in netlink interface header Flavio Suligoi
2020-06-05 15:41 ` Flavio Suligoi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200605154112.16277-10-f.suligoi@asem.it \
    --to=f.suligoi@asem.it \
    --cc=Larry.Finger@lwfinger.net \
    --cc=b43-dev@lists.infradead.org \
    --cc=chunkeey@googlemail.com \
    --cc=corbet@lwn.net \
    --cc=davem@davemloft.net \
    --cc=emmanuel.grumbach@intel.com \
    --cc=johan@kernel.org \
    --cc=johannes@sipsolutions.net \
    --cc=kuba@kernel.org \
    --cc=kvalo@codeaurora.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linuxwifi@intel.com \
    --cc=luciano.coelho@intel.com \
    --cc=netdev@vger.kernel.org \
    --cc=saurav.girepunje@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.