On Saturday 18 August 2007 00:37:03 Larry Finger wrote:
> From: Johannes Berg <[EMAIL PROTECTED]>
> 
> The auto-loading mechanism from ssb to b43 is case sensitive; however, the
> present code is generating a lower-case "a" for the BCM4311, which has an
> 802.11 core with revision 10.
> 
> Signed-off-by: Johannes Berg <[EMAIL PROTECTED]>
> Signed-off-by: Larry Finger <[EMAIL PROTECTED]>
> ---
> 
> Michael,
> 
> Here is the "formal" patch for this buglet.
> 
> Larry
> 
> 
> 
> Index: wireless-dev/drivers/ssb/main.c
> ===================================================================
> --- wireless-dev.orig/drivers/ssb/main.c
> +++ wireless-dev/drivers/ssb/main.c
> @@ -331,7 +331,7 @@ static int ssb_device_uevent(struct devi
>  
>       ret = add_uevent_var(envp, num_envp, &i,
>                            buffer, buffer_size, &length,
> -                          "MODALIAS=ssb:v%.4xid%.4xrev%.2x",
> +                          "MODALIAS=ssb:v%.4xid%.4xrev%.2X",

I already queued the correct patch for this.


-- 
Greetings Michael.
_______________________________________________
Bcm43xx-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev

Reply via email to