]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
update nl80211.h
authorJohannes Berg <johannes.berg@intel.com>
Thu, 9 Oct 2014 14:34:46 +0000 (16:34 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 9 Oct 2014 14:34:46 +0000 (16:34 +0200)
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
nl80211.h

index 4b28dc07bcb1fd3ea358b12c68432bf82fb27b23..846071b0cde936e1a3f92e9d1194033040537b71 100644 (file)
--- a/nl80211.h
+++ b/nl80211.h
  *     before removing a station entry entirely, or before disassociating
  *     or similar, cleanup will happen in the driver/device in this case.
  *
+ * @NL80211_CMD_GET_MPP: Get mesh path attributes for mesh proxy path to
+ *     destination %NL80211_ATTR_MAC on the interface identified by
+ *     %NL80211_ATTR_IFINDEX.
+ *
  * @NL80211_CMD_MAX: highest used command number
  * @__NL80211_CMD_AFTER_LAST: internal use
  */
@@ -912,6 +916,8 @@ enum nl80211_commands {
        NL80211_CMD_ADD_TX_TS,
        NL80211_CMD_DEL_TX_TS,
 
+       NL80211_CMD_GET_MPP,
+
        /* add new commands above here */
 
        /* used to define NL80211_CMD_MAX below */