ieee802154: split away MAC commands implementation
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Mon, 14 Sep 2009 14:17:36 +0000 (18:17 +0400)
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Fri, 6 Nov 2009 11:31:20 +0000 (14:31 +0300)
commit78fe738d1a631ec34a29d830880e38f5c14c1371
tree0e6f5a22589a6c95742d53d2bba996841b1e9421
parentcb6b3763571570ebde1e82524c8a45a4275c8f11
ieee802154: split away MAC commands implementation

Move all mac-related stuff to separate file so that ieee802154/netlink.c
contains only generic code.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
net/ieee802154/Makefile
net/ieee802154/ieee802154.h [new file with mode: 0644]
net/ieee802154/netlink.c
net/ieee802154/nl-mac.c [new file with mode: 0644]