OSDN Git Service

b43: Fix typo in firmware file name for 802.11 cores with rev 13
authorLarry.Finger@lwfinger.net <Larry.Finger@lwfinger.net>
Thu, 15 May 2008 19:07:36 +0000 (14:07 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 22 May 2008 01:48:12 +0000 (21:48 -0400)
When the patch for the BCM4311 rev 2 was prepared, I misread the specs
and coded the wrong file name for the initvals firmware.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/b43/main.c

index 3622d76..ff5dce6 100644 (file)
@@ -1958,7 +1958,7 @@ static int b43_request_firmware(struct b43_wldev *dev)
                if ((rev >= 5) && (rev <= 10))
                        filename = "b0g0initvals5";
                else if (rev >= 13)
-                       filename = "lp0initvals13";
+                       filename = "b0g0initvals13";
                else
                        goto err_no_initvals;
                break;