diff options
author | Flavio Suligoi <f.suligoi@asem.it> | 2020-06-05 17:41:12 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2020-06-08 10:06:05 +0200 |
commit | 59d4bfc1e2c09435d91c980b03f7b72ce6e9f24e (patch) | |
tree | 6137f32133ee047718721eb28937d872241b0fce /net/wireless | |
parent | 97eda66421c44f1449e8d087fd05eab5d466afb7 (diff) |
net: fix wiki website url mac80211 and wireless files
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>
Link: https://lore.kernel.org/r/20200605154112.16277-10-f.suligoi@asem.it
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/wireless')
-rw-r--r-- | net/wireless/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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. |