Hi All, Lately simultaneous AP-STA functionality in mwifiex driver is not working. I feel this has something to do with recent changes in cfg80211. If we associate mwifiex STA to external AP first and then try to start mwifiex AP using hostapd(on different channel), we get –EBUSY error from cfg80211. This happens from path nl80211_start_ap->cfg80211_can_use_chan. cfg80211_can_use_chan returns EBUSY error. In our design if mwifiex STA is already associated on some different channel, AP follows this channel and BSS is started using STA channel settings. If we start hostapd on same channel, BSS is successfully started, but association requests from external station result in failure. Please let me know if we are missing something while registering n_iface and iface combinations. num_different_channels in ieee80211_iface_combination has been advertised as 1. Regards, Avinash. -- 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