On Mon, 2007-02-05 at 10:36 -0600, Larry Finger wrote: > > 'iwconfig eth1 essid ....' > > > > to set the router's essid again. > > > > Is this a bcm43xx bug? > > Probably. There have been a number of problems reported after a > suspend/resume sequence. I don't > think the driver is losing the essid, but it is losing association.
Yeah, softmac is actually to blame I'd say. It loses associate since it's down for so long, but doesn't realise that it should re-associate when resuming... We'd probably need to add some sort of callback to softmac that drivers call during resume and which causes softmac to re-schedule it's association. johannes
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
