remove netns stuff from nl80211.h -- not so soon
diff --git a/nl80211.h b/nl80211.h
index a40f154..b043b78 100644
--- a/nl80211.h
+++ b/nl80211.h
@@ -262,9 +262,6 @@
  *	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 @@
 	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 @@
  * @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 @@
 
 	NL80211_ATTR_PREV_BSSID,
 
-	NL80211_ATTR_PID,
-
 	NL80211_ATTR_KEY,
 	NL80211_ATTR_KEYS,
 
@@ -738,6 +729,8 @@
 #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