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>
This commit is contained in:
Varka Bhadram
2015-06-04 13:07:36 +05:30
committed by Marcel Holtmann
parent 8a70cefa30
commit 133be0264f
2 changed files with 42 additions and 0 deletions

View File

@@ -102,6 +102,8 @@ enum nl802154_attrs {
NL802154_ATTR_WPAN_PHY_CAPS,
NL802154_ATTR_SUPPORTED_COMMANDS,
/* add attributes here, update the policy in nl802154.c */
__NL802154_ATTR_AFTER_LAST,