On Thursday 15 May 2008 21:07:36 [EMAIL PROTECTED] wrote:
> When the patch for the BCM4311 rev 2 was prepared, I misread the specs
> and coded the wrong file name for the initvals firmware.

You didn't misread it. The specs changed recently.
And I think the bsinitvals also have to be rechecked.
I'll do the right patch later, which also takes care of
the LP-PHY

> Signed-off-by: Larry Finger <[EMAIL PROTECTED]>
> ---
> 
> John,
> 
> This is 2.6.27 material. Although it is a bug in 2.6.25 and .26, it
> seems to have zero effect on the performance of the device and can
> be delayed.

Exactly. That's why I decided to delay it :P

> Larry
> 
> Index: wireless-testing/drivers/net/wireless/b43/main.c
> ===================================================================
> --- wireless-testing.orig/drivers/net/wireless/b43/main.c
> +++ wireless-testing/drivers/net/wireless/b43/main.c
> @@ -1960,7 +1960,7 @@ static int b43_request_firmware(struct b
>               if ((rev >= 5) && (rev <= 10))
>                       filename = "b0g0initvals5";
>               else if (rev >= 13)
> -                     filename = "lp0initvals13";
> +                     filename = "b0g0initvals13";
>               else
>                       goto err_no_initvals;
>               break;
> 
> 



-- 
Greetings Michael.
_______________________________________________
Bcm43xx-dev mailing list
Bcm43xx-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev

Reply via email to