]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
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 3622d76de1e1c9db46bd5d5c4f558a9b1d57d1d1..ff5dce67faa15cae0d2c4983cb3df6ae07eca135 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;