summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/nl80211.h
diff options
context:
space:
mode:
authorVadim Kochan2015-01-12 15:34:05 +0100
committerJohannes Berg2015-01-23 10:25:25 +0100
commit4b681c82d2f9bef121c912ffcaac89a004af3f2c (patch)
treeaf24f8eb044ffbddd346c3e34cd611963ab760ef /include/uapi/linux/nl80211.h
parentmac80211: allow drivers to control software crypto (diff)
downloadkernel-qcow2-linux-4b681c82d2f9bef121c912ffcaac89a004af3f2c.tar.gz
kernel-qcow2-linux-4b681c82d2f9bef121c912ffcaac89a004af3f2c.tar.xz
kernel-qcow2-linux-4b681c82d2f9bef121c912ffcaac89a004af3f2c.zip
nl80211: Allow set network namespace by fd
Added new NL80211_ATTR_NETNS_FD which allows to set namespace via nl80211 by fd. Signed-off-by: Vadim Kochan <vadim4j@gmail.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/uapi/linux/nl80211.h')
-rw-r--r--include/uapi/linux/nl80211.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/nl80211.h b/include/uapi/linux/nl80211.h
index f52797a90816..f68532b015db 100644
--- a/include/uapi/linux/nl80211.h
+++ b/include/uapi/linux/nl80211.h
@@ -2098,6 +2098,8 @@ enum nl80211_attrs {
NL80211_ATTR_SURVEY_RADIO_STATS,
+ NL80211_ATTR_NETNS_FD,
+
/* add attributes here, update the policy in nl80211.c */
__NL80211_ATTR_AFTER_LAST,