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

Commit d910acce authored by Xun Luo's avatar Xun Luo
Browse files

nl80211: moving comment line



The comment line before __NL80211_ATTR_AFTER_LAST should be put back
to where it was. Moving of the comment line was a typo introduced in
an earlier change.

Change-Id: I8e7a33132da77f71320b76f09559a596eb82cede
Signed-off-by: default avatarXun Luo <sherwoodluo@codeaurora.org>
parent 4db175e5
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
};