Hi Sebastien, On Fri, Nov 5, 2010 at 1:25 PM, Busson, SebastienX <[email protected]> wrote: > static const struct dev_pm_ops wl1271_sdio_pm_ops = { > - .suspend = wl1271_suspend, > - .resume = wl1271_resume, > + .runtime_suspend = wl1271_suspend, > + .runtime_resume = wl1271_resume,
This will break wlan suspend/resume. If you have issues with runtime PM, it's probably because you didn't backport this 2.6.37 patch: http://permalink.gmane.org/gmane.linux.power-management.general/21579 BR, Ohad. _______________________________________________ MeeGo-kernel mailing list [email protected] http://lists.meego.com/listinfo/meego-kernel
