On Tue, 2011-03-01 at 22:36 +0200, Eliad Peller wrote: > Add a param which contains the enabled Wake-On-Wireless triggers, > so lower drivers prepare themselves to suspend/resume > (e.g. configure triggers to fw, mask irqs, etc.) I'm not sure I like using the start/stop API for suspend in this way. Basically, I think what happens with this is that we're saying to the driver "stop(but really don't because of WoW)". That seems a bit strange to me, wouldn't you agree? I'm inclined to not use the "deconfigure everything" code in mac80211 in the case that wow triggers were requested, and instead call suspend() in the driver with the WoW triggers. Upon resume, also don't reconfigure, but call resume() instead? johannes -- 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