On Thu, 2012-12-13 at 14:58 +0100, Simon Wunderlich wrote: > From: Victor Goldenshtein <victorg@xxxxxx> > > Add NL80211_CMD_AP_CH_SWITCH command which > triggers an AP channel switch process. > > Usermode notified about channel switch complete > event with NL80211_CMD_CH_SWITCH_NOTIFY. > > Usermode (hostapd) is responsible to update the > channel switch announcement IE in the beacon > prior and after the channel switch operation. So ... hostapd is also responsible for counting down the "count"? This didn't seem to be the case last I asked? Then why is it responsible for creating the CSA IE? Should that be in the kernel maybe? Or the IE be given to this command? And then maybe the post-switch beacon IEs should be given to the command as well, to avoid races as well as making it easier to manage this with smarter firmware (say full-MAC drivers)? Also, we already have an event to notify of an AP channel change, maybe that should be used? If not, why not? 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