dect
/
linux-2.6
Archived
13
0
Fork 0

b43: Fix typo in firmware file name for 802.11 cores with rev 13

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>
This commit is contained in:
Larry.Finger@lwfinger.net 2008-05-15 14:07:36 -05:00 committed by John W. Linville
parent a8c4ea7a10
commit e93048825f
1 changed files with 1 additions and 1 deletions

View 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;