On Mon, Nov 07, 2011 at 03:26:21PM +0100, Stanislaw Gruszka wrote: > if (!skb) { > cfg80211_send_auth_timeout(wk->sdata->dev, wk->filter_ta); > + > + mutex_lock(&ifmgd->mtx); > + if (ifmgd->associated) > + ieee80211_set_disassoc(wk->sdata, true, false); > + mutex_unlock(&ifmgd->mtx); Patch tested by Lukasz was a bit different, it first did ieee80211_set_dissasoc() and then cfg80211_send_auth_timeout(). I changed order by accident when forward porting, I think it's better to apply the orginal order, I'll post v2. Stanislaw -- 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