aboutsummaryrefslogtreecommitdiffstats
path: root/net/ieee802154/core.h
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2014-11-09 08:36:48 +0100
committerMarcel Holtmann <marcel@holtmann.org>2014-11-09 19:50:28 +0100
commitf3ada640c25f2d57beef79b7b98619748be3f3ca (patch)
tree857fcf7f0017be551269badb5b5144bd8f12285f /net/ieee802154/core.h
parentieee802154: rename wpan_phy_alloc (diff)
downloadlinux-dev-f3ada640c25f2d57beef79b7b98619748be3f3ca.tar.xz
linux-dev-f3ada640c25f2d57beef79b7b98619748be3f3ca.zip
ieee802154: add cfg802154_registered_device list
This patch adds a new cfg802154_rdev_list to remember all registered cfg802154_registered_device structs. This is needed to prepare the upcomming nl802154 framework. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/ieee802154/core.h')
-rw-r--r--net/ieee802154/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ieee802154/core.h b/net/ieee802154/core.h
index fea60b3a8846..38887cb2eaf4 100644
--- a/net/ieee802154/core.h
+++ b/net/ieee802154/core.h
@@ -5,6 +5,7 @@
struct cfg802154_registered_device {
const struct cfg802154_ops *ops;
+ struct list_head list;
/* wpan_phy index, internal only */
int wpan_phy_idx;