Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5ad60d36 authored by Alexander Aring's avatar Alexander Aring Committed by Marcel Holtmann
Browse files

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: default avatarAlexander Aring <alex.aring@gmail.com>
Cc: Alan Ott <alan@signal11.us>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent 15859a5e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@

#include <net/ieee802154.h>
#include <net/mac802154.h>
#include <net/wpan-phy.h>
#include <net/cfg802154.h>

struct at86rf230_local;
/* at86rf2xx chip depend data.
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
#include <linux/of_gpio.h>

#include <net/mac802154.h>
#include <net/wpan-phy.h>
#include <net/cfg802154.h>
#include <net/ieee802154.h>

#define	SPI_COMMAND_BUFFER	3
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
#include <net/ieee802154_netdev.h>
#include <net/ieee802154.h>
#include <net/nl802154.h>
#include <net/wpan-phy.h>
#include <net/cfg802154.h>

struct fakehard_priv {
	struct wpan_phy *phy;
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@
#include <linux/device.h>
#include <linux/spinlock.h>
#include <net/mac802154.h>
#include <net/wpan-phy.h>
#include <net/cfg802154.h>

static int numlbs = 1;

+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
#include <linux/spi/spi.h>
#include <linux/interrupt.h>
#include <linux/module.h>
#include <net/wpan-phy.h>
#include <net/cfg802154.h>
#include <net/mac802154.h>
#include <net/ieee802154.h>

Loading