diff options
author | Varka Bhadram <varkabhadram@gmail.com> | 2015-06-04 03:37:36 -0400 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2015-06-04 06:27:15 -0400 |
commit | 133be0264f28e59d772c6a259349ba3ee2b183b3 (patch) | |
tree | 178bb448c1bd95504615cf0a6cd44904bb4ef398 /include/net/nl802154.h | |
parent | 8a70cefa3037d62e7c0b6068a66675def1a330c9 (diff) |
nl802154: export supported commands
This patch will export the supported commands by the devices
to the userspace. This will be useful to check if HardMAC
drivers can support a specific command or not.
Signed-off-by: Varka Bhadram <varkab@cdac.in>
Acked-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/net/nl802154.h')
-rw-r--r-- | include/net/nl802154.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/nl802154.h b/include/net/nl802154.h index 0badebd1de7f..6fc231e60920 100644 --- a/include/net/nl802154.h +++ b/include/net/nl802154.h | |||
@@ -102,6 +102,8 @@ enum nl802154_attrs { | |||
102 | 102 | ||
103 | NL802154_ATTR_WPAN_PHY_CAPS, | 103 | NL802154_ATTR_WPAN_PHY_CAPS, |
104 | 104 | ||
105 | NL802154_ATTR_SUPPORTED_COMMANDS, | ||
106 | |||
105 | /* add attributes here, update the policy in nl802154.c */ | 107 | /* add attributes here, update the policy in nl802154.c */ |
106 | 108 | ||
107 | __NL802154_ATTR_AFTER_LAST, | 109 | __NL802154_ATTR_AFTER_LAST, |