]> git.baikalelectronics.ru Git - kernel.git/commit
ieee802154: move wpan-class.c to core.c
authorAlexander Aring <alex.aring@gmail.com>
Sat, 25 Oct 2014 07:41:03 +0000 (09:41 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 25 Oct 2014 19:39:56 +0000 (21:39 +0200)
commitd935f15d4cdbc5b1176b7d2bae7559742d281044
treecf65fa03321390a5db420760a4cafe7aec9b0016
parent4fc2946d06e24c79fd6387afeec6ea2157449ead
ieee802154: move wpan-class.c to core.c

Like the wireless core.c file this file contains function for phy
allocation and freeing. Move this file to core.c to get similar
behaviour.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/ieee802154/Makefile
net/ieee802154/core.c [new file with mode: 0644]
net/ieee802154/wpan-class.c [deleted file]