]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
doc: networking: wireless: fix wiki website url
authorFlavio Suligoi <f.suligoi@asem.it>
Fri, 5 Jun 2020 15:41:04 +0000 (17:41 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 8 Jun 2020 08:05:53 +0000 (10:05 +0200)
In the files:

- regulatory.rst
- mac80211-injection.rst

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-2-f.suligoi@asem.it
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Documentation/networking/mac80211-injection.rst
Documentation/networking/regulatory.rst

index be65f886ff1fefab7f258d4541831e880ba41c91..63ba6611fdff8a6e39485b824004b5bca4135d50 100644 (file)
@@ -101,6 +101,6 @@ interface), along the following lines:::
 
 You can also find a link to a complete inject application here:
 
-http://wireless.kernel.org/en/users/Documentation/packetspammer
+https://wireless.wiki.kernel.org/en/users/Documentation/packetspammer
 
 Andy Green <andy@warmcat.com>
index 8701b91e81ee1b86ea30447f86be7cbf0d54bc22..16782a95b74aabc8464c4b3947f39ae1d7f73b0c 100644 (file)
@@ -9,7 +9,7 @@ regulatory infrastructure works.
 
 More up to date information can be obtained at the project's web page:
 
-http://wireless.kernel.org/en/developers/Regulatory
+https://wireless.wiki.kernel.org/en/developers/Regulatory
 
 Keeping regulatory domains in userspace
 ---------------------------------------
@@ -37,7 +37,7 @@ expected regulatory domains will be respected by the kernel.
 A currently available userspace agent which can accomplish this
 is CRDA - central regulatory domain agent. Its documented here:
 
-http://wireless.kernel.org/en/developers/Regulatory/CRDA
+https://wireless.wiki.kernel.org/en/developers/Regulatory/CRDA
 
 Essentially the kernel will send a udev event when it knows
 it needs a new regulatory domain. A udev rule can be put in place
@@ -58,7 +58,7 @@ Who asks for regulatory domains?
 
 Users can use iw:
 
-http://wireless.kernel.org/en/users/Documentation/iw
+https://wireless.wiki.kernel.org/en/users/Documentation/iw
 
 An example::