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

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

Merge "nl80211: moving comment line"

parents c31537c0 d910acce
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1813,7 +1813,6 @@ enum nl80211_attrs {
	NL80211_ATTR_STA_SUPPORTED_CHANNELS,

	NL80211_ATTR_STA_SUPPORTED_OPER_CLASSES,
	/* add attributes here, update the policy in nl80211.c */

	NL80211_ATTR_HANDLE_DFS,

@@ -1828,6 +1827,8 @@ enum nl80211_attrs {

	NL80211_ATTR_VENDOR_EVENTS,

	/* add attributes here, update the policy in nl80211.c */

	__NL80211_ATTR_AFTER_LAST,
	NL80211_ATTR_MAX = __NL80211_ATTR_AFTER_LAST - 1
};