[Meego-kernel] [PATCH 1/1] wl1271 :Fix-problem-to-use-runtime

Ohad Ben-Cohen ohad at wizery.com
Sat Nov 6 10:14:58 PDT 2010


Hi Sebastien,

On Fri, Nov 5, 2010 at 1:25 PM, Busson, SebastienX
<sebastienx.busson at intel.com> 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.


More information about the MeeGo-kernel mailing list