diff options
Diffstat (limited to 'include/uapi/linux/nl80211.h')
-rw-r--r-- | include/uapi/linux/nl80211.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/uapi/linux/nl80211.h b/include/uapi/linux/nl80211.h index 1fd6e5611896..f7c35ca01efc 100644 --- a/include/uapi/linux/nl80211.h +++ b/include/uapi/linux/nl80211.h | |||
@@ -1361,6 +1361,13 @@ enum nl80211_commands { | |||
1361 | * @NL80211_ATTR_EXT_CAPA_MASK: Extended capabilities that the kernel driver | 1361 | * @NL80211_ATTR_EXT_CAPA_MASK: Extended capabilities that the kernel driver |
1362 | * has set in the %NL80211_ATTR_EXT_CAPA value, for multibit fields. | 1362 | * has set in the %NL80211_ATTR_EXT_CAPA value, for multibit fields. |
1363 | * | 1363 | * |
1364 | * @NL80211_ATTR_STA_CAPABILITY: Station capabilities (u16) are advertised to | ||
1365 | * the driver, e.g., to enable TDLS power save (PU-APSD). | ||
1366 | * | ||
1367 | * @NL80211_ATTR_STA_EXT_CAPABILITY: Station extended capabilities are | ||
1368 | * advertised to the driver, e.g., to enable TDLS off channel operations | ||
1369 | * and PU-APSD. | ||
1370 | * | ||
1364 | * @NL80211_ATTR_MAX: highest attribute number currently defined | 1371 | * @NL80211_ATTR_MAX: highest attribute number currently defined |
1365 | * @__NL80211_ATTR_AFTER_LAST: internal use | 1372 | * @__NL80211_ATTR_AFTER_LAST: internal use |
1366 | */ | 1373 | */ |
@@ -1644,6 +1651,9 @@ enum nl80211_attrs { | |||
1644 | NL80211_ATTR_EXT_CAPA, | 1651 | NL80211_ATTR_EXT_CAPA, |
1645 | NL80211_ATTR_EXT_CAPA_MASK, | 1652 | NL80211_ATTR_EXT_CAPA_MASK, |
1646 | 1653 | ||
1654 | NL80211_ATTR_STA_CAPABILITY, | ||
1655 | NL80211_ATTR_STA_EXT_CAPABILITY, | ||
1656 | |||
1647 | /* add attributes here, update the policy in nl80211.c */ | 1657 | /* add attributes here, update the policy in nl80211.c */ |
1648 | 1658 | ||
1649 | __NL80211_ATTR_AFTER_LAST, | 1659 | __NL80211_ATTR_AFTER_LAST, |