]> git.baikalelectronics.ru Git - kernel.git/commit
mac802154: main: move open and close into iface
authorAlexander Aring <alex.aring@gmail.com>
Tue, 28 Oct 2014 17:21:17 +0000 (18:21 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 28 Oct 2014 22:19:06 +0000 (23:19 +0100)
commitd29ebf8534e45f9f0e4d9547ca906575b291a63c
treebff5e0cbad08b472371af553973526393252c42e
parent92a14c9fec2581897f85c86264dd9172f778be9f
mac802154: main: move open and close into iface

These functions can be static inside the iface file, because it's not
used anywhere else. This patch moves these functions into iface 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/main.c