mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-03 15:55:38 +00:00
wifi: cfg80211: Correct example of ieee80211_iface_limit
Correct wrong closing bracket. Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> Link: https://lore.kernel.org/r/20221114200135.GA100176@matrix-ESPRIMO-P710 Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
13e5afd3d7
commit
4d371d6e37
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue