linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* DFS/radar detection in mt7612 vs mt7612u
@ 2021-01-19  5:29 John Kavan
  0 siblings, 0 replies; only message in thread
From: John Kavan @ 2021-01-19  5:29 UTC (permalink / raw)
  To: linux-wireless

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,
	}
};


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-01-19  6:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-19  5:29 DFS/radar detection in mt7612 vs mt7612u John Kavan

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).