From: Kalle Valo <kvalo@codeaurora.org>
To: "Jean-Pierre TOSONI" <jp.tosoni@acksys.fr>
Cc: <linux-wireless@vger.kernel.org>
Subject: Re: [RFC] ath9k: allow up to 8 access point vifs on DFS channels
Date: Sat, 09 May 2015 17:13:44 +0300 [thread overview]
Message-ID: <87sib5ltyf.fsf@kamboji.qca.qualcomm.com> (raw)
In-Reply-To: <773DB8A82AB6A046AE0195C68612A31901A7192A@sbs2003.acksys.local> (Jean-Pierre TOSONI's message of "Wed, 6 May 2015 15:20:19 +0200")
"Jean-Pierre TOSONI" <jp.tosoni@acksys.fr> writes:
> Allow the combination of 8 (AP + mesh) interfaces on radar channels
>
> Tested with hostapd, 2 and 8 BSSIDs, 1 or 2 DFS channels, BW 20 MHz
> TODO: test AP+mesh combination
> TODO: test 40 MHz BW
> ---
> This patch was done with quilt on Openwrt against compat-wireless
> 2014-11-04
>
> --- a/drivers/net/wireless/ath/ath9k/init.c
> +++ b/drivers/net/wireless/ath/ath9k/init.c
> @@ -723,6 +723,14 @@ static const struct ieee80211_iface_limi
> BIT(NL80211_IFTYPE_ADHOC) },
> };
>
> +static const struct ieee80211_iface_limit if_dfs_limits_mvap[] = {
> + { .max = 8, .types =
> +#ifdef CPTCFG_MAC80211_MESH
> + BIT(NL80211_IFTYPE_MESH_POINT) |
> +#endif
> + BIT(NL80211_IFTYPE_AP) },
> +};
CPTCFG_ prefix is a backports prefix and should not be used in kernel
patches.
--
Kalle Valo
prev parent reply other threads:[~2015-05-09 14:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-06 13:20 [RFC] ath9k: allow up to 8 access point vifs on DFS channels Jean-Pierre TOSONI
2015-05-09 14:13 ` Kalle Valo [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87sib5ltyf.fsf@kamboji.qca.qualcomm.com \
--to=kvalo@codeaurora.org \
--cc=jp.tosoni@acksys.fr \
--cc=linux-wireless@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).