From: Eliad Peller <eliad@wizery.com>
To: <linux-wireless@vger.kernel.org>
Subject: [PATCH 13/13] wl18xx: declare radar_detect_widths support for ap interfaces
Date: Mon, 29 Dec 2014 08:24:13 +0200 [thread overview]
Message-ID: <1419834253-18331-13-git-send-email-eliad@wizery.com> (raw)
In-Reply-To: <1419834253-18331-1-git-send-email-eliad@wizery.com>
After having all the dfs infrastructure in place, declare
radar_detect_widths support for the ap interfaces combination.
Signed-off-by: Eliad Peller <eliad@wizery.com>
---
drivers/net/wireless/ti/wl18xx/main.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/net/wireless/ti/wl18xx/main.c b/drivers/net/wireless/ti/wl18xx/main.c
index 604de24..e5bc557 100644
--- a/drivers/net/wireless/ti/wl18xx/main.c
+++ b/drivers/net/wireless/ti/wl18xx/main.c
@@ -1799,6 +1799,10 @@ wl18xx_iface_combinations[] = {
.limits = wl18xx_iface_ap_limits,
.n_limits = ARRAY_SIZE(wl18xx_iface_ap_limits),
.num_different_channels = 1,
+ .radar_detect_widths = BIT(NL80211_CHAN_NO_HT) |
+ BIT(NL80211_CHAN_HT20) |
+ BIT(NL80211_CHAN_HT40MINUS) |
+ BIT(NL80211_CHAN_HT40PLUS),
}
};
--
1.8.5.2.229.g4448466.dirty
next prev parent reply other threads:[~2014-12-29 6:24 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-29 6:24 [PATCH 01/13] wlcore: fix WLCORE_VENDOR_ATTR_GROUP_KEY policy Eliad Peller
2014-12-29 6:24 ` [PATCH 02/13] wlcore: fix sparse warning Eliad Peller
2014-12-29 6:24 ` [PATCH 03/13] wlcore/wl18xx: handle rc updates in a separate work Eliad Peller
2014-12-29 6:24 ` [PATCH 04/13] wlcore: add ability to reduce FW interrupts during suspend Eliad Peller
2014-12-29 6:24 ` [PATCH 05/13] wlcore: enable AP wowlan Eliad Peller
2014-12-29 6:24 ` [PATCH 06/13] wlcore: enable sleep during AP mode operation Eliad Peller
2015-03-25 12:27 ` Marc Kleine-Budde
2015-03-25 12:58 ` Eliad Peller
2015-03-25 13:24 ` Marc Kleine-Budde
2015-03-25 13:45 ` Eliad Peller
2015-05-04 9:16 ` Yegor Yefremov
2015-05-06 8:32 ` Eliad Peller
2015-05-06 9:03 ` Yegor Yefremov
2014-12-29 6:24 ` [PATCH 07/13] wl18xx: add radar detection implementation Eliad Peller
2014-12-29 6:24 ` [PATCH 08/13] wl18xx: add debugfs file to emulate radar event Eliad Peller
2014-12-29 6:24 ` [PATCH 09/13] wlcore: add support for ap csa Eliad Peller
2014-12-29 6:24 ` [PATCH 10/13] wlcore: add dfs master restart calls Eliad Peller
2014-12-29 6:24 ` [PATCH 11/13] wlcore: allow using dfs channels Eliad Peller
2014-12-29 6:24 ` [PATCH 12/13] wlcore: add dfs region to reg domain update cmd Eliad Peller
2014-12-29 6:24 ` Eliad Peller [this message]
2015-01-07 17:55 ` [PATCH 01/13] wlcore: fix WLCORE_VENDOR_ATTR_GROUP_KEY policy Kalle Valo
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=1419834253-18331-13-git-send-email-eliad@wizery.com \
--to=eliad@wizery.com \
--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).