On Mon, Nov 19, 2012 at 6:39 PM, Eliad Peller <eliad@xxxxxxxxxx> wrote: > After setting the channel on chanctx callbacks, we > no longer need to handle channel change notifications > on op_config. > > Signed-off-by: Eliad Peller <eliad@xxxxxxxxxx> [...] > - /* > - * mac80211 will go to idle nearly immediately after transmitting some > - * frames, such as the deauth. To make sure those frames reach the air, > - * wait here until the TX queue is fully flushed. > - */ > - if ((changed & IEEE80211_CONF_CHANGE_CHANNEL) || > - ((changed & IEEE80211_CONF_CHANGE_IDLE) && > - (conf->flags & IEEE80211_CONF_IDLE))) > - wl1271_tx_flush(wl); This flush (and the comment above) is also a good reason for flushing tx during wlcore_op_unassign_vif_chanctx... -- 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