diff options
| author | Alexander Aring <alex.aring@gmail.com> | 2014-11-11 21:36:58 -0500 |
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2014-11-11 23:10:40 -0500 |
| commit | 9830c62a0b3d57d9d00880989cfe987f581bc03f (patch) | |
| tree | 730650565487cf2a9caefc85154b874b780b9bd1 /include/linux | |
| parent | 702bf371282f5912fe53f0b247fa2d7df9d7951f (diff) | |
ieee820154: add short_addr setting support
This patch adds support for setting short address via nl802154 framework.
Also added a comment because a 0xffff seems to be valid address that we
don't have a short address. This is a valid setting but we need
more checks in upper layers to don't allow this address as source address.
Also the current netlink interface doesn't allow to set the short_addr
to 0xffff. Same for the 0xfffe short address which describes a not
allocated short address.
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ieee802154.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ieee802154.h b/include/linux/ieee802154.h index d40379876b84..ce0f96a55976 100644 --- a/include/linux/ieee802154.h +++ b/include/linux/ieee802154.h | |||
| @@ -31,6 +31,8 @@ | |||
| 31 | #define IEEE802154_MIN_PSDU_LEN 5 | 31 | #define IEEE802154_MIN_PSDU_LEN 5 |
| 32 | 32 | ||
| 33 | #define IEEE802154_PAN_ID_BROADCAST 0xffff | 33 | #define IEEE802154_PAN_ID_BROADCAST 0xffff |
| 34 | #define IEEE802154_ADDR_SHORT_BROADCAST 0xffff | ||
| 35 | #define IEEE802154_ADDR_SHORT_UNSPEC 0xfffe | ||
| 34 | 36 | ||
| 35 | #define IEEE802154_EXTENDED_ADDR_LEN 8 | 37 | #define IEEE802154_EXTENDED_ADDR_LEN 8 |
| 36 | 38 | ||
