ieee802154_i.h (0f1556bc2b152fc5d2a6b929c579748ec90c55d0) ieee802154_i.h (5a50439775853a8d565115edb63a5ab4bb780479)
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,

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

22#include <linux/mutex.h>
23#include <net/mac802154.h>
24#include <net/ieee802154_netdev.h>
25
26#include "llsec.h"
27
28/* mac802154 device private data */
29struct mac802154_priv {
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,

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

22#include <linux/mutex.h>
23#include <net/mac802154.h>
24#include <net/ieee802154_netdev.h>
25
26#include "llsec.h"
27
28/* mac802154 device private data */
29struct mac802154_priv {
30 struct ieee802154_dev hw;
30 struct ieee802154_hw hw;
31 struct ieee802154_ops *ops;
32
33 /* ieee802154 phy */
34 struct wpan_phy *phy;
35
36 int open_count;
37
38 /* As in mac80211 slaves list is modified:

--- 130 unchanged lines hidden ---
31 struct ieee802154_ops *ops;
32
33 /* ieee802154 phy */
34 struct wpan_phy *phy;
35
36 int open_count;
37
38 /* As in mac80211 slaves list is modified:

--- 130 unchanged lines hidden ---