nl80211: fix netns separation
authorJohannes Berg <johannes.berg@intel.com>
Fri, 15 Jun 2012 12:14:22 +0000 (14:14 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 20 Jun 2012 08:57:01 +0000 (10:57 +0200)
commit4f7eff10b20fc86f71f2db83e6b16cb5fbde8dbc
treed45f75665ceea2c56cc0b738ba4b0a099241aa84
parent7fee4778bf56b0c5c86010d5b6f654177cc5da96
nl80211: fix netns separation

There are currently a few ways to "escape"
the network namespace and access a wiphy
that belongs to another namespace. Add a
netns argument to the relevant functions
to fix this.

One remaining issue with testmode will be
fixed in a follow-up patch.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/nl80211.c