]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ieee802154: 6lowpan: move receive functionality
authorAlexander Aring <alex.aring@gmail.com>
Sun, 4 Jan 2015 16:10:55 +0000 (17:10 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 8 Jan 2015 06:25:59 +0000 (07:25 +0100)
commit4662a0da544c8ed7ecf79ef0f6c4dc65be081352
treef9e36fb6514d41041491dff7b714a80a3f3d98aa
parent8691ee592c9299847b28350692eda1d5d6990581
ieee802154: 6lowpan: move receive functionality

This patch moves all relevant receive functionality into a separate rx.c
file. We can simple separate this functionality like we did it in mac802154.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/ieee802154/6lowpan/6lowpan_i.h
net/ieee802154/6lowpan/6lowpan_rtnl.c
net/ieee802154/6lowpan/Makefile
net/ieee802154/6lowpan/rx.c [new file with mode: 0644]