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

Commit 630e64c4 authored by Johannes Berg's avatar Johannes Berg Committed by John W. Linville
Browse files

nl80211: remove admin requirement from station get



There's no particular reason to not let untrusted users see
this information -- it's just the stations we're talking to,
packet counters for them and possibly some mesh things.

Signed-off-by: default avatarJohannes Berg <johannes@sipsolutions.net>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 0a16ec5f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2626,7 +2626,6 @@ static struct genl_ops nl80211_ops[] = {
		.doit = nl80211_get_station,
		.dumpit = nl80211_dump_station,
		.policy = nl80211_policy,
		.flags = GENL_ADMIN_PERM,
	},
	{
		.cmd = NL80211_CMD_SET_STATION,