b43/b43legacy: fix left-over URLs and ifdefs

Fix some left-over URLs and ifdefs in b43 and b43legacy drivers.

Signed-off-by: Stefano Brivio <stefano.brivio@polimi.it>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Stefano Brivio 2007-11-19 20:21:31 +01:00 committed by John W. Linville
parent c4ba9621f4
commit 354807e0dd
3 changed files with 3 additions and 3 deletions

View file

@ -1566,7 +1566,7 @@ static void b43_release_firmware(struct b43_wldev *dev)
static void b43_print_fw_helptext(struct b43_wl *wl) static void b43_print_fw_helptext(struct b43_wl *wl)
{ {
b43err(wl, "You must go to " b43err(wl, "You must go to "
"http://linuxwireless.org/en/users/Drivers/bcm43xx#devicefirmware " "http://linuxwireless.org/en/users/Drivers/b43#devicefirmware "
"and download the correct firmware (version 4).\n"); "and download the correct firmware (version 4).\n");
} }

View file

@ -996,7 +996,7 @@ int b43legacy_dma_init(struct b43legacy_wldev *dev)
err = ssb_dma_set_mask(dev->dev, dmamask); err = ssb_dma_set_mask(dev->dev, dmamask);
if (err) { if (err) {
#ifdef BCM43XX_PIO #ifdef CONFIG_B43LEGACY_PIO
b43legacywarn(dev->wl, "DMA for this device not supported. " b43legacywarn(dev->wl, "DMA for this device not supported. "
"Falling back to PIO\n"); "Falling back to PIO\n");
dev->__using_pio = 1; dev->__using_pio = 1;

View file

@ -1419,7 +1419,7 @@ 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://linuxwireless.org/en/users/" b43legacyerr(wl, "You must go to http://linuxwireless.org/en/users/"
"Drivers/bcm43xx#devicefirmware " "Drivers/b43#devicefirmware "
"and download the correct firmware (version 3).\n"); "and download the correct firmware (version 3).\n");
} }