broadcom: fix wiki website url
authorFlavio Suligoi <f.suligoi@asem.it>
Fri, 5 Jun 2020 15:41:08 +0000 (17:41 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 15 Jul 2020 10:18:41 +0000 (13:18 +0300)
In some b43 files, 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>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20200605154112.16277-6-f.suligoi@asem.it
drivers/net/wireless/broadcom/b43/main.c
drivers/net/wireless/broadcom/b43legacy/main.c

index 3ad94da..0c2ea12 100644 (file)
@@ -2164,7 +2164,7 @@ static void b43_print_fw_helptext(struct b43_wl *wl, bool error)
 {
        const char text[] =
                "You must go to " \
-               "http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware " \
+               "https://wireless.wiki.kernel.org/en/users/Drivers/b43#devicefirmware " \
                "and download the correct firmware for this driver version. " \
                "Please carefully read all instructions on this website.\n";
 
index 5208a39..7bb6681 100644 (file)
@@ -1477,8 +1477,8 @@ static void b43legacy_release_firmware(struct b43legacy_wldev *dev)
 
 static void b43legacy_print_fw_helptext(struct b43legacy_wl *wl)
 {
-       b43legacyerr(wl, "You must go to http://wireless.kernel.org/en/users/"
-                    "Drivers/b43#devicefirmware "
+       b43legacyerr(wl, "You must go to https://wireless.wiki.kernel.org/en/"
+                    "users/Drivers/b43#devicefirmware "
                     "and download the correct firmware (version 3).\n");
 }