]> git.baikalelectronics.ru Git - kernel.git/commit
ieee802154: move wpan-phy.h to cfg802154.h
authorAlexander Aring <alex.aring@gmail.com>
Sat, 25 Oct 2014 07:41:02 +0000 (09:41 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 25 Oct 2014 19:39:56 +0000 (21:39 +0200)
commitda5cc05ec10fd433d7a621be59c13d8862fb4766
treeb3fda3bd1d612534ee189592c247cca700d90e23
parent6eaac8af67ea2a9c77f61e67eb3bc1c9a522868b
ieee802154: move wpan-phy.h to cfg802154.h

The wpan-phy header contains the wpan_phy struct information. Later this
header will be have similar function like cfg80211 header. The cfg80211
header contains the wiphy struct which is identically the wpan_phy
struct inside 802.15.4 subsystem.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Cc: Alan Ott <alan@signal11.us>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
16 files changed:
drivers/net/ieee802154/at86rf230.c
drivers/net/ieee802154/cc2520.c
drivers/net/ieee802154/fakehard.c
drivers/net/ieee802154/fakelb.c
drivers/net/ieee802154/mrf24j40.c
include/net/cfg802154.h [new file with mode: 0644]
include/net/wpan-phy.h [deleted file]
net/ieee802154/nl-mac.c
net/ieee802154/nl-phy.c
net/ieee802154/wpan-class.c
net/mac802154/iface.c
net/mac802154/mac_cmd.c
net/mac802154/main.c
net/mac802154/mib.c
net/mac802154/monitor.c
net/mac802154/tx.c