All of lore.kernel.org
 help / color / mirror / Atom feed
From: John Kavan <jkvt@protonmail.com>
To: "linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>
Subject: DFS/radar detection in mt7612 vs mt7612u
Date: Tue, 19 Jan 2021 05:29:03 +0000	[thread overview]
Message-ID: <dUoftpoHuAmD7Z8azZFQxfzyVrbsJ_0yvg4NXMPAN4IT7x-HJtnyIKkyPAMHQPPivCkXNmlSDHj_nZWX3tfwUA4O-5VKs9a9zw4_YW_28WQ=@protonmail.com> (raw)

Hi,

mt7612u does not seem to have DFS/radar detection enabled, while mt7612 has it enabled according to a snipped below from mt76x02_util.c where radar_detect_widths is not defined for mt7612u

Any particular reason for that, can DFS be enabled on mt7612u?


Thanks!


static const struct ieee80211_iface_combination mt76x02_if_comb[] = {
	{
		.limits = mt76x02_if_limits,
		.n_limits = ARRAY_SIZE(mt76x02_if_limits),
		.max_interfaces = 8,
		.num_different_channels = 1,
		.beacon_int_infra_match = true,
		.radar_detect_widths = BIT(NL80211_CHAN_WIDTH_20_NOHT) |
				       BIT(NL80211_CHAN_WIDTH_20) |
				       BIT(NL80211_CHAN_WIDTH_40) |
				       BIT(NL80211_CHAN_WIDTH_80),
	}
};

static const struct ieee80211_iface_combination mt76x02u_if_comb[] = {
	{
		.limits = mt76x02u_if_limits,
		.n_limits = ARRAY_SIZE(mt76x02u_if_limits),
		.max_interfaces = 2,
		.num_different_channels = 1,
		.beacon_int_infra_match = true,
	}
};


                 reply	other threads:[~2021-01-19  6:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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='dUoftpoHuAmD7Z8azZFQxfzyVrbsJ_0yvg4NXMPAN4IT7x-HJtnyIKkyPAMHQPPivCkXNmlSDHj_nZWX3tfwUA4O-5VKs9a9zw4_YW_28WQ=@protonmail.com' \
    --to=jkvt@protonmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.