aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux')
-rw-r--r--include/uapi/linux/nl80211.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/uapi/linux/nl80211.h b/include/uapi/linux/nl80211.h
index 4b28dc07bcb1..846071b0cde9 100644
--- a/include/uapi/linux/nl80211.h
+++ b/include/uapi/linux/nl80211.h
@@ -738,6 +738,10 @@
738 * before removing a station entry entirely, or before disassociating 738 * before removing a station entry entirely, or before disassociating
739 * or similar, cleanup will happen in the driver/device in this case. 739 * or similar, cleanup will happen in the driver/device in this case.
740 * 740 *
741 * @NL80211_CMD_GET_MPP: Get mesh path attributes for mesh proxy path to
742 * destination %NL80211_ATTR_MAC on the interface identified by
743 * %NL80211_ATTR_IFINDEX.
744 *
741 * @NL80211_CMD_MAX: highest used command number 745 * @NL80211_CMD_MAX: highest used command number
742 * @__NL80211_CMD_AFTER_LAST: internal use 746 * @__NL80211_CMD_AFTER_LAST: internal use
743 */ 747 */
@@ -912,6 +916,8 @@ enum nl80211_commands {
912 NL80211_CMD_ADD_TX_TS, 916 NL80211_CMD_ADD_TX_TS,
913 NL80211_CMD_DEL_TX_TS, 917 NL80211_CMD_DEL_TX_TS,
914 918
919 NL80211_CMD_GET_MPP,
920
915 /* add new commands above here */ 921 /* add new commands above here */
916 922
917 /* used to define NL80211_CMD_MAX below */ 923 /* used to define NL80211_CMD_MAX below */