Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9c8f0828 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ath10k: Add radar detect width for wcn3990 interface combination"

parents 8515a413 2550586f
Loading
Loading
Loading
Loading
+12 −0
Original line number Original line Diff line number Diff line
@@ -7887,6 +7887,12 @@ static struct ieee80211_iface_combination ath10k_wcn3990_qcs_if_comb[] = {
		.num_different_channels = 1,
		.num_different_channels = 1,
		.max_interfaces = 4,
		.max_interfaces = 4,
		.n_limits = ARRAY_SIZE(ath10k_wcn3990_if_limit),
		.n_limits = ARRAY_SIZE(ath10k_wcn3990_if_limit),
#ifdef CONFIG_ATH10K_DFS_CERTIFIED
		.radar_detect_widths =  BIT(NL80211_CHAN_WIDTH_20_NOHT) |
				       BIT(NL80211_CHAN_WIDTH_20) |
				       BIT(NL80211_CHAN_WIDTH_40) |
				       BIT(NL80211_CHAN_WIDTH_80),
#endif
	},
	},
	{
	{
		.limits = ath10k_wcn3990_qcs_if_limit,
		.limits = ath10k_wcn3990_qcs_if_limit,
@@ -7899,6 +7905,12 @@ static struct ieee80211_iface_combination ath10k_wcn3990_qcs_if_comb[] = {
		.num_different_channels = 1,
		.num_different_channels = 1,
		.max_interfaces = 2,
		.max_interfaces = 2,
		.n_limits = ARRAY_SIZE(ath10k_wcn3990_if_limit_ibss),
		.n_limits = ARRAY_SIZE(ath10k_wcn3990_if_limit_ibss),
#ifdef CONFIG_ATH10K_DFS_CERTIFIED
		.radar_detect_widths =  BIT(NL80211_CHAN_WIDTH_20_NOHT) |
				       BIT(NL80211_CHAN_WIDTH_20) |
				       BIT(NL80211_CHAN_WIDTH_40) |
				       BIT(NL80211_CHAN_WIDTH_80),
#endif
	},
	},
};
};