aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac802154/ieee802154_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac802154/ieee802154_i.h')
-rw-r--r--net/mac802154/ieee802154_i.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/mac802154/ieee802154_i.h b/net/mac802154/ieee802154_i.h
index 3ad85404fc94..748dc5afe367 100644
--- a/net/mac802154/ieee802154_i.h
+++ b/net/mac802154/ieee802154_i.h
@@ -20,6 +20,7 @@
20#define __IEEE802154_I_H 20#define __IEEE802154_I_H
21 21
22#include <linux/mutex.h> 22#include <linux/mutex.h>
23#include <net/cfg802154.h>
23#include <net/mac802154.h> 24#include <net/mac802154.h>
24#include <net/ieee802154_netdev.h> 25#include <net/ieee802154_netdev.h>
25 26
@@ -73,11 +74,14 @@ enum ieee802154_sdata_state_bits {
73struct ieee802154_sub_if_data { 74struct ieee802154_sub_if_data {
74 struct list_head list; /* the ieee802154_priv->slaves list */ 75 struct list_head list; /* the ieee802154_priv->slaves list */
75 76
77 struct wpan_dev wpan_dev;
78
76 struct ieee802154_local *local; 79 struct ieee802154_local *local;
77 struct net_device *dev; 80 struct net_device *dev;
78 81
79 int type; 82 int type;
80 unsigned long state; 83 unsigned long state;
84 char name[IFNAMSIZ];
81 85
82 spinlock_t mib_lock; 86 spinlock_t mib_lock;
83 87