]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
remove netns stuff from nl80211.h -- not so soon
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 8 Jul 2009 12:55:12 +0000 (14:55 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Wed, 8 Jul 2009 12:55:12 +0000 (14:55 +0200)
nl80211.h

index a40f154cfbfe7f8d893f45c770e201e4f5aff617..b043b78dd2c3b76b1d758aefa3b4ed5ddb2b912b 100644 (file)
--- a/nl80211.h
+++ b/nl80211.h
  *     reasons, for this the %NL80211_ATTR_DISCONNECTED_BY_AP and
  *     %NL80211_ATTR_REASON_CODE attributes are used.
  *
- * @NL80211_CMD_SET_WIPHY_NETNS: Set a wiphy's netns. Note that all devices
- *     associated with this wiphy must be down and will follow.
- *
  * @NL80211_CMD_MAX: highest used command number
  * @__NL80211_CMD_AFTER_LAST: internal use
  */
@@ -339,8 +336,6 @@ enum nl80211_commands {
        NL80211_CMD_ROAM,
        NL80211_CMD_DISCONNECT,
 
-       NL80211_CMD_SET_WIPHY_NETNS,
-
        /* add new commands above here */
 
        /* used to define NL80211_CMD_MAX below */
@@ -572,8 +567,6 @@ enum nl80211_commands {
  * @NL80211_ATTR_PREV_BSSID: previous BSSID, to be used by in ASSOCIATE
  *     commands to specify using a reassociate frame
  *
- * @NL80211_ATTR_PID: Process ID of a network namespace.
- *
  * @NL80211_ATTR_KEY: key information in a nested attribute with
  *     %NL80211_KEY_* sub-attributes
  * @NL80211_ATTR_KEYS: array of keys for static WEP keys for connect()
@@ -705,8 +698,6 @@ enum nl80211_attrs {
 
        NL80211_ATTR_PREV_BSSID,
 
-       NL80211_ATTR_PID,
-
        NL80211_ATTR_KEY,
        NL80211_ATTR_KEYS,
 
@@ -738,6 +729,8 @@ enum nl80211_attrs {
 #define NL80211_ATTR_CIPHER_SUITE_GROUP NL80211_ATTR_CIPHER_SUITE_GROUP
 #define NL80211_ATTR_WPA_VERSIONS NL80211_ATTR_WPA_VERSIONS
 #define NL80211_ATTR_AKM_SUITES NL80211_ATTR_AKM_SUITES
+#define NL80211_ATTR_KEY NL80211_ATTR_KEY
+#define NL80211_ATTR_KEYS NL80211_ATTR_KEYS
 
 #define NL80211_MAX_SUPP_RATES                 32
 #define NL80211_MAX_SUPP_REG_RULES             32