OSDN Git Service

cfg802154: introduce cfg802154_registered_device
authorAlexander Aring <alex.aring@gmail.com>
Sun, 2 Nov 2014 03:18:35 +0000 (04:18 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 2 Nov 2014 03:51:06 +0000 (04:51 +0100)
commita5dd1d72d868ec9c8f44d60ca29900b6a38321b4
tree9710a262a7ac980362ad1459115447b75905a4a6
parentfe58d016e396fc685364b5a1743faf83c1fb8103
cfg802154: introduce cfg802154_registered_device

This patch introduce the cfg802154_registered_device struct. Like
cfg80211_registered_device in wireless this should contain similar
functionality for cfg802154. This patch should not change any behaviour.
We just adds cfg802154_registered_device as container for wpan_phy struct.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
include/net/cfg802154.h
net/ieee802154/core.c
net/ieee802154/core.h [new file with mode: 0644]
net/ieee802154/sysfs.c
net/mac802154/main.c