On 04/26/2010 12:58 PM, John W. Linville wrote: > On Fri, Mar 26, 2010 at 12:39:08AM -0500, Larry Finger wrote: >> Some recent BCM43XX devices lack an on-board SPROM. The pertinent data >> from the SPROM could be included in the kernel; however, this presents >> a problem in the generation of a unique, reproducible MAC address. The >> solution is to initialize the address to a known, workable value. Thus, >> the device will work without any further code. For an address that is >> preserved across reloads or reboots, a set of udev routines has been >> prepared that detect the special address and assign a random value that >> is preserved in a second udev rule file. The random address should be >> unique except for the case where a given box has more than one of these >> cards. This case is handles by adding the DEVPATH to the recognition rules. >> >> Signed-off-by: Larry Finger <Larry.Finger@xxxxxxxxxxxx> > > Do we still want this patch? Or do we think all the cases of a > "missing" SPROM were actually a "relocated" SPROM? I would say to drop it for now. We may never even have found a relocated SPROM, just some bug that keeps it from being read. I'll keep the patch for the time when we actually find a device in the wild without an SPROM. To help us find such a device, you should reinstate commit fcb54b0bf7d3fe730c2. It didn't fix the problems that we have currently, but the Broadcom driver does indicate that these tests are needed. Perhaps the message at + if (!ssb_is_sprom_available(bus)) { + ssb_printk(KERN_ERR PFX "No SPROM available!\n"); + return -ENODEV; + } should be enhanced to tell the user to contact us on the ML so that we know that it is time for the virtual SPROM patch. Larry -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html