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 2d384d041224..fb58e654f523 100644
--- a/include/uapi/linux/nl80211.h
+++ b/include/uapi/linux/nl80211.h
@@ -782,6 +782,10 @@
782 * peer given by %NL80211_ATTR_MAC. Both peers must be on the base channel 782 * peer given by %NL80211_ATTR_MAC. Both peers must be on the base channel
783 * when this command completes. 783 * when this command completes.
784 * 784 *
785 * @NL80211_CMD_WIPHY_REG_CHANGE: Similar to %NL80211_CMD_REG_CHANGE, but used
786 * as an event to indicate changes for devices with wiphy-specific regdom
787 * management.
788 *
785 * @NL80211_CMD_MAX: highest used command number 789 * @NL80211_CMD_MAX: highest used command number
786 * @__NL80211_CMD_AFTER_LAST: internal use 790 * @__NL80211_CMD_AFTER_LAST: internal use
787 */ 791 */
@@ -966,6 +970,8 @@ enum nl80211_commands {
966 NL80211_CMD_TDLS_CHANNEL_SWITCH, 970 NL80211_CMD_TDLS_CHANNEL_SWITCH,
967 NL80211_CMD_TDLS_CANCEL_CHANNEL_SWITCH, 971 NL80211_CMD_TDLS_CANCEL_CHANNEL_SWITCH,
968 972
973 NL80211_CMD_WIPHY_REG_CHANGE,
974
969 /* add new commands above here */ 975 /* add new commands above here */
970 976
971 /* used to define NL80211_CMD_MAX below */ 977 /* used to define NL80211_CMD_MAX below */