]> git.karo-electronics.de Git - linux-beck.git/commitdiff
mac802154: move ieee802154_dev.c to main.c
authorAlexander Aring <alex.aring@gmail.com>
Sat, 25 Oct 2014 07:40:59 +0000 (09:40 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 25 Oct 2014 19:39:54 +0000 (21:39 +0200)
The ieee802154_dev functionality contains various function for
allocation and registration of an ieee802154_dev. This is equal to the
net/mac80211/main.c file. This patch rename the ieee802154_dev.c to
main.c to have the same behaviour.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/mac802154/Makefile
net/mac802154/main.c [moved from net/mac802154/ieee802154_dev.c with 100% similarity]

index 9723d6f3f3e5b742e1d105b2667627949f1d7c7d..1ecbc47d427682f9e05427b07cf0ba6caaa975bd 100644 (file)
@@ -1,5 +1,5 @@
 obj-$(CONFIG_MAC802154)        += mac802154.o
-mac802154-objs         := ieee802154_dev.o rx.o tx.o mac_cmd.o mib.o \
+mac802154-objs         := main.o rx.o tx.o mac_cmd.o mib.o \
                           monitor.o wpan.o llsec.o
 
 ccflags-y += -D__CHECK_ENDIAN__