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

Commit 997b179b authored by Chun-Yeow Yeoh's avatar Chun-Yeow Yeoh Committed by John W. Linville
Browse files

ath9k: enable dfs for mesh mode

parent bd2a864a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -856,6 +856,9 @@ static const struct ieee80211_iface_limit if_limits[] = {

static const struct ieee80211_iface_limit if_dfs_limits[] = {
	{ .max = 1,	.types = BIT(NL80211_IFTYPE_AP) |
#ifdef CONFIG_MAC80211_MESH
				 BIT(NL80211_IFTYPE_MESH_POINT) |
#endif
				 BIT(NL80211_IFTYPE_ADHOC) },
};