On 10/31/2011 11:54 AM, Raja Mani wrote: > On Friday 28 October 2011 06:51 PM, Kalle Valo wrote: >> On 10/25/2011 01:37 PM, rmani@xxxxxxxxxxxxxxxx wrote: >> >>> + if (wow&& ath6kl_cfg80211_ready(ar)&& >>> + test_bit(CONNECTED,&ar->flag)&& >>> + ath6kl_hif_keep_pwr_caps(ar)) { >>> + >>> + /* Flush all non control pkts in Tx path */ >>> + ath6kl_tx_data_cleanup(ar); >>> + >>> + ret = ath6kl_pm_wow_suspend(ar, wow); >>> + if (ret) >>> + return ret; >>> + } >> >> Forgot to mention: don't you also need to check for MMC_PM_WAKE_SDIO_IRQ >> and also set it with sdio_set_host_pm_flags()? > > I tested it in x86 machine. Wow suspend/resume works even without > setting MMC_PM_WAKE_SDIO_IRQ. Should i really handle it ? Yes, you should. Otherwise firmware is not able to wake up the host. Also you should both check that wake sdio irq supported by the sdio controller. Otherwise we might enable WoW even in cases when sdio controller doesn't support it and which would result in broken wow functionality. Kalle -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html