Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

doc: networking: wireless: fix wiki website url

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>

authored by

Flavio Suligoi and committed by
Johannes Berg
327cdb98 523f3ec0

+4 -4
+1 -1
Documentation/networking/mac80211-injection.rst
··· 101 101 102 102 You can also find a link to a complete inject application here: 103 103 104 - http://wireless.kernel.org/en/users/Documentation/packetspammer 104 + https://wireless.wiki.kernel.org/en/users/Documentation/packetspammer 105 105 106 106 Andy Green <andy@warmcat.com>
+3 -3
Documentation/networking/regulatory.rst
··· 9 9 10 10 More up to date information can be obtained at the project's web page: 11 11 12 - http://wireless.kernel.org/en/developers/Regulatory 12 + https://wireless.wiki.kernel.org/en/developers/Regulatory 13 13 14 14 Keeping regulatory domains in userspace 15 15 --------------------------------------- ··· 37 37 A currently available userspace agent which can accomplish this 38 38 is CRDA - central regulatory domain agent. Its documented here: 39 39 40 - http://wireless.kernel.org/en/developers/Regulatory/CRDA 40 + https://wireless.wiki.kernel.org/en/developers/Regulatory/CRDA 41 41 42 42 Essentially the kernel will send a udev event when it knows 43 43 it needs a new regulatory domain. A udev rule can be put in place ··· 58 58 59 59 Users can use iw: 60 60 61 - http://wireless.kernel.org/en/users/Documentation/iw 61 + https://wireless.wiki.kernel.org/en/users/Documentation/iw 62 62 63 63 An example:: 64 64