Michael Buesch wrote: > 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.
Good. I thought you might have, but I wanted to post it as some users missed the first set of emails among you, Johannes, and I regarding this problem. I hoped that another airing on the list would reinforce the idea that 4311 users would need to apply this one until it actually ends up in wireless-dev. Larry _______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
