diff options
| author | Nicolas Dichtel <[email protected]> | 2016-04-25 10:25:20 +0200 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2016-04-25 15:09:11 -0400 |
| commit | a558da0916b90c330940a106105d0a6a67cb77f7 (patch) | |
| tree | d70c89a176d23d5aeb6d436a7ef52e78b70e8d09 /include/linux/nl802154.h | |
| parent | 1c714a92833674c040e03be067accfb2b322221e (diff) | |
ieee802154: use nla_put_u64_64bit()
Signed-off-by: Nicolas Dichtel <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'include/linux/nl802154.h')
| -rw-r--r-- | include/linux/nl802154.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/nl802154.h b/include/linux/nl802154.h index 167342c2ce6b..0f6f6607f592 100644 --- a/include/linux/nl802154.h +++ b/include/linux/nl802154.h @@ -92,6 +92,8 @@ enum { IEEE802154_ATTR_LLSEC_DEV_OVERRIDE, IEEE802154_ATTR_LLSEC_DEV_KEY_MODE, + IEEE802154_ATTR_PAD, + __IEEE802154_ATTR_MAX, }; |
