On 11/07/2011 07:25 AM, Raja Mani wrote: > Link ath6kl's wow suspend/resume functions with the actual suspend/resume path. > > WOW mode is selected when the host sdio controller supports both > MMC_PM_KEEP_POWER and MMC_PM_WAKE_SDIO_IRQ capabilities. > [...] > @@ -1833,6 +1860,7 @@ int ath6kl_cfg80211_resume(struct ath6kl *ar) > ath6kl_warn("Failed to boot hw in resume: %d\n", ret); > return ret; > } > + break; > > default: > break; Good catch, I had missed that break. But when you make small fixes like this, please also mention that in the commit log. 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