On Fri, 2011-02-18 at 14:18 +0530, Vivek Natarajan wrote: > Clear IEEE80211_STA_NULLFUNC_ACKED flag on disabling power > save. Without this fix, there is a chance of setting CONF_PS > before sending nullfunc frame. > > Signed-off-by: Vivek Natarajan <vnatarajan@xxxxxxxxxxx> > ieee80211_queue_work(&local->hw, > &local->dynamic_ps_disable_work); > + ifmgd->flags &= ~IEEE80211_STA_NULLFUNC_ACKED; Shouldn't those be the other way around, just to make reading easier? 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