Re: Failed to suspend mac

2006-02-10 Thread Johannes Berg
On Wed, 2006-02-08 at 18:35 +0100, Michael Buesch wrote: Johannes, what is your opinion on that. Does the original driver also implement a mutex here? Not as far as I can see. johannes signature.asc Description: This is a digitally signed message part

Re: Failed to suspend mac

2006-02-08 Thread Michael Buesch
have figured out what happens in my Failed to suspend mac/XMIT ERROR sequence. When I increased the loop count from 1000 to 1 where the code spins waiting for IRQ_READY to be set, I I just increased the timeout to 10 loops in my tree. That should be enough. The original

Re: Failed to suspend mac

2006-02-08 Thread Larry Finger
Joseph Jezak wrote: Michael Buesch wrote: The original driver looped 3500 times here, is that enough Larry? I've changed the specs to reflect this. On my system, when 1000 fails, 1 still doesn't work as the IRQ_READY will never appear. With my modification, it hasn't failed in nearly