- Update to 3.4-rc6.
[linux-flexiantxendom0-3.2.10.git] / drivers / net / wireless / b43 / main.c
index e4d6dc2..9625592 100644 (file)
@@ -2077,10 +2077,13 @@ static void b43_release_firmware(struct b43_wldev *dev)
 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 " \
-               "and download the correct firmware for this driver version. " \
-               "Please carefully read all instructions on this website.\n";
+               "Please open a terminal and enter the command " \
+               "\"sudo /usr/sbin/install_bcm43xx_firmware\" to download " \
+               "the correct firmware for this driver version. " \
+               "For an off-line installation, go to " \
+               "http://en.opensuse.org/HCL/Network_Adapters_(Wireless)/" \
+               "Broadcom_BCM43xx and follow the instructions in the " \
+               "\"Installing firmware from RPM packages\" section.\n";
 
        if (error)
                b43err(wl, text);