* [PATCH] nl80211: remove admin requirement from station get
@ 2009-02-18 9:48 Johannes Berg
0 siblings, 0 replies; only message in thread
From: Johannes Berg @ 2009-02-18 9:48 UTC (permalink / raw)
To: John Linville; +Cc: linux-wireless
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: Johannes Berg <johannes@sipsolutions.net>
---
net/wireless/nl80211.c | 1 -
1 file changed, 1 deletion(-)
--- wireless-testing.orig/net/wireless/nl80211.c 2009-02-18 10:46:30.000000000 +0100
+++ wireless-testing/net/wireless/nl80211.c 2009-02-18 10:46:39.000000000 +0100
@@ -2592,7 +2592,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,
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-02-18 9:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-18 9:48 [PATCH] nl80211: remove admin requirement from station get Johannes Berg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox