Skip to content

Commit

Permalink
b43: Fix typo in firmware file name for 802.11 cores with rev 13
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Larry.Finger@lwfinger.net authored and John W. Linville committed May 22, 2008
1 parent a8c4ea7 commit e930488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/b43/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e930488

Please sign in to comment.