diff options
Diffstat (limited to 'include/linux/nl80211.h')
-rw-r--r-- | include/linux/nl80211.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/nl80211.h b/include/linux/nl80211.h index f33aa08dd9b..3700d927e24 100644 --- a/include/linux/nl80211.h +++ b/include/linux/nl80211.h | |||
@@ -349,6 +349,10 @@ enum nl80211_commands { | |||
349 | * @NL80211_ATTR_REG_TYPE: indicates the type of the regulatory domain currently | 349 | * @NL80211_ATTR_REG_TYPE: indicates the type of the regulatory domain currently |
350 | * set. This can be one of the nl80211_reg_type (%NL80211_REGDOM_TYPE_*) | 350 | * set. This can be one of the nl80211_reg_type (%NL80211_REGDOM_TYPE_*) |
351 | * | 351 | * |
352 | * @NL80211_ATTR_SUPPORTED_COMMANDS: wiphy attribute that specifies | ||
353 | * an array of command numbers (i.e. a mapping index to command number) | ||
354 | * that the driver for the given wiphy supports. | ||
355 | * | ||
352 | * @NL80211_ATTR_MAX: highest attribute number currently defined | 356 | * @NL80211_ATTR_MAX: highest attribute number currently defined |
353 | * @__NL80211_ATTR_AFTER_LAST: internal use | 357 | * @__NL80211_ATTR_AFTER_LAST: internal use |
354 | */ | 358 | */ |
@@ -426,6 +430,8 @@ enum nl80211_attrs { | |||
426 | NL80211_ATTR_REG_INITIATOR, | 430 | NL80211_ATTR_REG_INITIATOR, |
427 | NL80211_ATTR_REG_TYPE, | 431 | NL80211_ATTR_REG_TYPE, |
428 | 432 | ||
433 | NL80211_ATTR_SUPPORTED_COMMANDS, | ||
434 | |||
429 | /* add attributes here, update the policy in nl80211.c */ | 435 | /* add attributes here, update the policy in nl80211.c */ |
430 | 436 | ||
431 | __NL80211_ATTR_AFTER_LAST, | 437 | __NL80211_ATTR_AFTER_LAST, |