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

Commit 78f7aeb0 authored by Mohammed Shafi Shajakhan's avatar Mohammed Shafi Shajakhan Committed by Kalle Valo
Browse files

ath10k: Enable AP + STA interface combination support for 10.x



Enable AP + STA interface combination support for 10.x and
this enables Repeater mode testing (with WDS Repeater combinations
as well). Fix indentation as well.

Based on the suggestions from Michal and Yanbo Li,
thanks to them

Signed-off-by: default avatarMohammed Shafi Shajakhan <mohammed@qti.qualcomm.com>
Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
parent bd5632b0
Loading
Loading
Loading
Loading
+17 −13
Original line number Original line Diff line number Diff line
@@ -6950,6 +6950,10 @@ static const struct ieee80211_iface_limit ath10k_10x_if_limits[] = {
			| BIT(NL80211_IFTYPE_MESH_POINT)
			| BIT(NL80211_IFTYPE_MESH_POINT)
#endif
#endif
	},
	},
	{
		.max	= 1,
		.types	= BIT(NL80211_IFTYPE_STATION)
	},
};
};


static const struct ieee80211_iface_combination ath10k_if_comb[] = {
static const struct ieee80211_iface_combination ath10k_if_comb[] = {