On Fri, 2013-08-23 at 11:42 +0200, Eugene Krasnikov wrote: > >> +static const struct ieee80211_iface_limit if_limits[] = { > >> + { .max = 2, .types = BIT(NL80211_IFTYPE_STATION) }, > >> + { .max = 1, .types = BIT(NL80211_IFTYPE_AP) }, > >> +}; > >> + > >> +static const struct ieee80211_iface_combination if_comb = { > >> + .limits = if_limits, > >> + .n_limits = ARRAY_SIZE(if_limits), > >> + .max_interfaces = 2, > >> + .num_different_channels = 1, > >> +}; > Exactly. So far wcn36xx supports only one interface. But you're still advertising two. 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