aboutsummaryrefslogtreecommitdiffstats
path: root/net/ieee802154
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2014-10-25 03:41:02 -0400
committerMarcel Holtmann <marcel@holtmann.org>2014-10-25 15:39:56 -0400
commit5ad60d36993596f7b3b958500f9c66c5338cd855 (patch)
treeb3fda3bd1d612534ee189592c247cca700d90e23 /net/ieee802154
parent15859a5e141c4914c7c4d9dc9b2d54fa948fbd42 (diff)
ieee802154: move wpan-phy.h to cfg802154.h
The wpan-phy header contains the wpan_phy struct information. Later this header will be have similar function like cfg80211 header. The cfg80211 header contains the wiphy struct which is identically the wpan_phy struct inside 802.15.4 subsystem. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Cc: Alan Ott <alan@signal11.us> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/ieee802154')
-rw-r--r--net/ieee802154/nl-mac.c2
-rw-r--r--net/ieee802154/nl-phy.c2
-rw-r--r--net/ieee802154/wpan-class.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/net/ieee802154/nl-mac.c b/net/ieee802154/nl-mac.c
index 78a1529e8bb2..a9c8e3e98387 100644
--- a/net/ieee802154/nl-mac.c
+++ b/net/ieee802154/nl-mac.c
@@ -31,7 +31,7 @@
31#include <net/nl802154.h> 31#include <net/nl802154.h>
32#include <net/ieee802154.h> 32#include <net/ieee802154.h>
33#include <net/ieee802154_netdev.h> 33#include <net/ieee802154_netdev.h>
34#include <net/wpan-phy.h> 34#include <net/cfg802154.h>
35 35
36#include "ieee802154.h" 36#include "ieee802154.h"
37 37
diff --git a/net/ieee802154/nl-phy.c b/net/ieee802154/nl-phy.c
index e943e20bcf09..0afe760ff512 100644
--- a/net/ieee802154/nl-phy.c
+++ b/net/ieee802154/nl-phy.c
@@ -23,7 +23,7 @@
23#include <linux/if_arp.h> 23#include <linux/if_arp.h>
24#include <net/netlink.h> 24#include <net/netlink.h>
25#include <net/genetlink.h> 25#include <net/genetlink.h>
26#include <net/wpan-phy.h> 26#include <net/cfg802154.h>
27#include <net/af_ieee802154.h> 27#include <net/af_ieee802154.h>
28#include <net/ieee802154_netdev.h> 28#include <net/ieee802154_netdev.h>
29#include <net/rtnetlink.h> /* for rtnl_{un,}lock */ 29#include <net/rtnetlink.h> /* for rtnl_{un,}lock */
diff --git a/net/ieee802154/wpan-class.c b/net/ieee802154/wpan-class.c
index e4c6fb31a360..760b7d752190 100644
--- a/net/ieee802154/wpan-class.c
+++ b/net/ieee802154/wpan-class.c
@@ -17,7 +17,7 @@
17#include <linux/module.h> 17#include <linux/module.h>
18#include <linux/device.h> 18#include <linux/device.h>
19 19
20#include <net/wpan-phy.h> 20#include <net/cfg802154.h>
21 21
22#include "ieee802154.h" 22#include "ieee802154.h"
23 23