ieee802154_i.h (036562f9c4d942f2fbc77ae3215309bde340546f) ieee802154_i.h (04e850fe06312a9f570fcc7dbd0f141c012df404)
1/*
2 * Copyright (C) 2007-2012 Siemens AG
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2
6 * as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful,

--- 55 unchanged lines hidden (view full) ---

64 *
65 * Slaves represent typical network interfaces available from userspace.
66 * Each ieee802154 device/transceiver may have several slaves and able
67 * to be associated with several networks at the same time.
68 */
69struct ieee802154_sub_if_data {
70 struct list_head list; /* the ieee802154_priv->slaves list */
71
1/*
2 * Copyright (C) 2007-2012 Siemens AG
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2
6 * as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful,

--- 55 unchanged lines hidden (view full) ---

64 *
65 * Slaves represent typical network interfaces available from userspace.
66 * Each ieee802154 device/transceiver may have several slaves and able
67 * to be associated with several networks at the same time.
68 */
69struct ieee802154_sub_if_data {
70 struct list_head list; /* the ieee802154_priv->slaves list */
71
72 struct ieee802154_local *hw;
72 struct ieee802154_local *local;
73 struct net_device *dev;
74
75 int type;
76 bool running;
77
78 spinlock_t mib_lock;
79
80 __le16 pan_id;

--- 88 unchanged lines hidden ---
73 struct net_device *dev;
74
75 int type;
76 bool running;
77
78 spinlock_t mib_lock;
79
80 __le16 pan_id;

--- 88 unchanged lines hidden ---