net: add NL802154 interface for configuration of 802.15.4 devices
authorSergey Lapin <slapin@ossfans.org>
Mon, 8 Jun 2009 12:18:49 +0000 (12:18 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 9 Jun 2009 12:25:33 +0000 (05:25 -0700)
commit2c21d11518b688cd4c8e7ddfcd4ba41482ad075b
tree9f662cdc499da079616b882b98ab71e488bd5a4d
parent9ec7671603573ede31207eb5b0b3e1aa211b2854
net: add NL802154 interface for configuration of 802.15.4 devices

Add a netlink interface for configuration of IEEE 802.15.4 device. Also this
interface specifies events notification sent by devices towards higher layers.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Sergey Lapin <slapin@ossfans.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/nl802154.h [new file with mode: 0644]
include/net/ieee802154/nl802154.h [new file with mode: 0644]
net/ieee802154/Makefile
net/ieee802154/netlink.c [new file with mode: 0644]
net/ieee802154/nl_policy.c [new file with mode: 0644]