]> git.baikalelectronics.ru Git - kernel.git/commit
ieee820154: add short_addr setting support
authorAlexander Aring <alex.aring@gmail.com>
Wed, 12 Nov 2014 02:36:58 +0000 (03:36 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 12 Nov 2014 04:10:40 +0000 (05:10 +0100)
commita5d1c9d1e62aa58a86506b46dfafd8b1bc1542a5
tree730650565487cf2a9caefc85154b874b780b9bd1
parent2957f5b6fcc5db665f3ba964b661da1c37f8aa2e
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>
include/linux/ieee802154.h
include/net/cfg802154.h
net/ieee802154/nl802154.c
net/ieee802154/rdev-ops.h
net/mac802154/cfg.c