]> git.baikalelectronics.ru Git - kernel.git/commit
mac802154: rx: move receive handling into rx.c
authorAlexander Aring <alex.aring@gmail.com>
Mon, 27 Oct 2014 16:13:32 +0000 (17:13 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 27 Oct 2014 17:07:42 +0000 (18:07 +0100)
commit18a39304d4bd7672a2a82b89ee8f10e42ac73252
treeda13a692aa54e96256161b43c75f605832261e98
parent2b7d543d349fcf1425bd842909667b315f8c2fb7
mac802154: rx: move receive handling into rx.c

This patch removes all relevant receiving functions inclusive frame
parsing into rx file. Like mac80211 we should implement the complete
receive handling and parsing in this file.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/mac802154/ieee802154_i.h
net/mac802154/iface.c
net/mac802154/monitor.c
net/mac802154/rx.c