]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2ab9883d231c1dc5b38edc6878eed52e77e4d2e3
tree46f46ede357338dd42ccb31098b4951eea762040
parent963804cf72dadb0443ff9a17f5c9376693a53ffc
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