mac802154: move mac802154.h to ieee802154_i.h
authorAlexander Aring <alex.aring@gmail.com>
Sat, 25 Oct 2014 07:41:00 +0000 (09:41 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 25 Oct 2014 19:39:55 +0000 (21:39 +0200)
commit0f1556bc2b152fc5d2a6b929c579748ec90c55d0
tree46f46ede357338dd42ccb31098b4951eea762040
parent62eb01f5c2d735e8aeab6bc95e5832cb59397527
mac802154: move mac802154.h to ieee802154_i.h

This patch moves the mac802154.h internal header to ieee802154_i.h like
the wireless stack ieee80211_i.h file. This avoids confusing with the
not internal header include/net/mac802154.h header. Additional we get
the same naming conversion like mac80211 for this file.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/mac802154/ieee802154_i.h [new file with mode: 0644]
net/mac802154/llsec.c
net/mac802154/mac802154.h [deleted file]
net/mac802154/mac_cmd.c
net/mac802154/main.c
net/mac802154/mib.c
net/mac802154/monitor.c
net/mac802154/rx.c
net/mac802154/tx.c
net/mac802154/wpan.c
This page took 0.025068 seconds and 5 git commands to generate.