Hi John, Thanks for your comment. > > @@ -427,6 +427,13 @@ int mwifiex_process_sta_event(struct mwifiex_private *priv) > > > > break; > > > > + case EVENT_CHANNEL_SWITCH_ANN: > > + dev_dbg(adapter->dev, "event: Channel Switch Announcement\n"); > > + ret = mwifiex_send_cmd_async(priv, > > + HostCmd_CMD_802_11_DEAUTHENTICATE, > > + HostCmd_ACT_GEN_SET, 0, > > + priv->curr_bss_params.bss_descriptor.mac_address); > > + > > default: > > dev_dbg(adapter->dev, "event: unknown event id: %#x\n", > > eventcause); > > Do you mean for this case to fall-through to the default case? No. I will fix it in v2. Thanks, Bing -- 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