Commit 4d371d6e authored by Philipp Hortmann's avatar Philipp Hortmann Committed by Johannes Berg
Browse files

wifi: cfg80211: Correct example of ieee80211_iface_limit

parent 13e5afd3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4742,7 +4742,7 @@ struct ieee80211_iface_limit {
 *
 *	struct ieee80211_iface_limit limits1[] = {
 *		{ .max = 1, .types = BIT(NL80211_IFTYPE_STATION), },
 *		{ .max = 1, .types = BIT(NL80211_IFTYPE_AP}, },
 *		{ .max = 1, .types = BIT(NL80211_IFTYPE_AP), },
 *	};
 *	struct ieee80211_iface_combination combination1 = {
 *		.limits = limits1,