On Fri, 2010-10-01 at 16:33 -0400, Luis R. Rodriguez wrote: > @@ -2203,6 +2204,14 @@ int ieee80211_mgd_assoc(struct ieee80211_sub_if_data *sdata, > return -EALREADY; > } > > + /* > + * right before this was authentication, that was on > + * the same the wk->chan so we need to ensure we temporarily > + * go back to the operating channel to send the disassocation. > + */ > + local->tmp_channel = NULL; > + ieee80211_hw_config(local, 0); > + Yikes, no, you can't do this. You don't know what has been merged with the authentication work item, etc. 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