|
@@ -1961,12 +1961,12 @@ static void b43_release_firmware(struct b43_wldev *dev)
|
|
|
|
|
|
static void b43_print_fw_helptext(struct b43_wl *wl, bool error)
|
|
|
{
|
|
|
- const char *text;
|
|
|
+ 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";
|
|
|
|
|
|
- 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";
|
|
|
if (error)
|
|
|
b43err(wl, text);
|
|
|
else
|