Re: [android-kernel] wakelock adaption

2013-03-06 Thread mark gross
FWIW the sky is the limit on issues you can have. You need to test. I doubt you will have any issues with no early suspend. (we don't use early suspend in our wifi drivers, i can't think of a use case for the wifi driver needing notification of screen on and off events) WRT wake locks, it depen

Re: [android-kernel] wakelock adaption

2013-03-06 Thread Kaushik Prajapati
I think it will lack power optimizations. On Wed, Mar 6, 2013 at 11:30 AM, NIRAV SHAH wrote: > Hello, > > I am trying to port a linux wifi 80211 driver + mac80211 to android. But > the mac80211 and driver code does not have wakelocks, early suspend, etc, > all nice features that Android provide

[android-kernel] wakelock adaption

2013-03-06 Thread NIRAV SHAH
Hello, I am trying to port a linux wifi 80211 driver + mac80211 to android. But the mac80211 and driver code does not have wakelocks, early suspend, etc, all nice features that Android provides. Is it safe to assume they will perform sub optimally without these features. What are the probl