aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux')
-rw-r--r--include/uapi/linux/nl80211.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/uapi/linux/nl80211.h b/include/uapi/linux/nl80211.h
index 8c0417c222c6..f2aef2a7a570 100644
--- a/include/uapi/linux/nl80211.h
+++ b/include/uapi/linux/nl80211.h
@@ -1496,6 +1496,11 @@ enum nl80211_commands {
1496 * @NL80211_ATTR_RXMGMT_FLAGS: flags for nl80211_send_mgmt(), u32. 1496 * @NL80211_ATTR_RXMGMT_FLAGS: flags for nl80211_send_mgmt(), u32.
1497 * As specified in the &enum nl80211_rxmgmt_flags. 1497 * As specified in the &enum nl80211_rxmgmt_flags.
1498 * 1498 *
1499 * @NL80211_ATTR_STA_SUPPORTED_CHANNELS: array of supported channels.
1500 *
1501 * @NL80211_ATTR_STA_SUPPORTED_OPER_CLASSES: array of supported
1502 * supported operating classes.
1503 *
1499 * @NL80211_ATTR_MAX: highest attribute number currently defined 1504 * @NL80211_ATTR_MAX: highest attribute number currently defined
1500 * @__NL80211_ATTR_AFTER_LAST: internal use 1505 * @__NL80211_ATTR_AFTER_LAST: internal use
1501 */ 1506 */
@@ -1806,6 +1811,10 @@ enum nl80211_attrs {
1806 1811
1807 NL80211_ATTR_RXMGMT_FLAGS, 1812 NL80211_ATTR_RXMGMT_FLAGS,
1808 1813
1814 NL80211_ATTR_STA_SUPPORTED_CHANNELS,
1815
1816 NL80211_ATTR_STA_SUPPORTED_OPER_CLASSES,
1817
1809 /* add attributes here, update the policy in nl80211.c */ 1818 /* add attributes here, update the policy in nl80211.c */
1810 1819
1811 __NL80211_ATTR_AFTER_LAST, 1820 __NL80211_ATTR_AFTER_LAST,