On Saturday 19 December 2009 17:11:30 Larry Finger wrote: > On 12/19/2009 04:11 AM, Michael Buesch wrote: > > > > And if you do a patch, don't put it into ssb. Put it into b43. > > One further question about putting the patch into b43. Apparently, > register 0x40 is not preserved across a suspend/resume to disk. In all > the drivers that use this code, 0x40 is modified in the .probe and > .resume routines. As b43 does the resume indirectly through mac80211, > an alternate location is needed. It looks to me that placing the code > in b43_wireless_core_init() would satisfy both needs. Is that correct?
Yes. Also don't forget to test bus->bustype==SSB_BUSTYPE_PCI before accessing bus->host_pci. -- Greetings, Michael. _______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
