Commit 8bd4147c authored by Flavio Suligoi's avatar Flavio Suligoi Committed by Kalle Valo

broadcom: fix wiki website url

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: default avatarFlavio Suligoi <f.suligoi@asem.it>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20200605154112.16277-6-f.suligoi@asem.it
parent eb17a4f9
...@@ -2164,7 +2164,7 @@ static void b43_print_fw_helptext(struct b43_wl *wl, bool error) ...@@ -2164,7 +2164,7 @@ static void b43_print_fw_helptext(struct b43_wl *wl, bool error)
{ {
const char text[] = const char text[] =
"You must go to " \ "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. " \ "and download the correct firmware for this driver version. " \
"Please carefully read all instructions on this website.\n"; "Please carefully read all instructions on this website.\n";
......
...@@ -1477,8 +1477,8 @@ static void b43legacy_release_firmware(struct b43legacy_wldev *dev) ...@@ -1477,8 +1477,8 @@ static void b43legacy_release_firmware(struct b43legacy_wldev *dev)
static void b43legacy_print_fw_helptext(struct b43legacy_wl *wl) static void b43legacy_print_fw_helptext(struct b43legacy_wl *wl)
{ {
b43legacyerr(wl, "You must go to http://wireless.kernel.org/en/users/" b43legacyerr(wl, "You must go to https://wireless.wiki.kernel.org/en/"
"Drivers/b43#devicefirmware " "users/Drivers/b43#devicefirmware "
"and download the correct firmware (version 3).\n"); "and download the correct firmware (version 3).\n");
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment