Search Linux Wireless

Re: [PATCH v2 01/16] wcn36xx: Add main.c

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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




[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux