wifi: b43: Replace outdated firmware URL
authorSalvatore Bonaccorso <carnil@debian.org>
Wed, 5 Feb 2025 11:06:14 +0000 (12:06 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 11 Feb 2025 10:59:12 +0000 (11:59 +0100)
https://wireless.wiki.kernel.org site now redirects to
https://wireless.docs.kernel.org/en/latest/ making the reference
information for the b43 firmware inaccessible. Update the URL to the
current location.

Link: https://bugs.debian.org/1095062
Signed-off-by: Salvatore Bonaccorso <carnil@debian.org>
Acked-by: Michael Büsch <m@bues.ch>
Link: https://patch.msgid.link/20250205110614.216958-1-carnil@debian.org
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/broadcom/b43/main.c

index 25b4ef9d3c9a100314d4a6dd0da7add3befe1279..7529afd24aed1a30ee0eabcf6591a8ea5b015718 100644 (file)
@@ -2166,7 +2166,7 @@ static void b43_print_fw_helptext(struct b43_wl *wl, bool error)
 {
        const char text[] =
                "You must go to " \
-               "https://wireless.wiki.kernel.org/en/users/Drivers/b43#devicefirmware " \
+               "https://wireless.docs.kernel.org/en/latest/en/users/drivers/b43/developers.html#list-of-firmware " \
                "and download the correct firmware for this driver version. " \
                "Please carefully read all instructions on this website.\n";