aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ieee802154_netdev.h
diff options
context:
space:
mode:
authoralex.bluesman.smirnov@gmail.com <alex.bluesman.smirnov@gmail.com>2012-05-15 20:50:21 +0000
committerDavid S. Miller <davem@davemloft.net>2012-05-16 15:16:44 -0400
commit1cd829c83eab8b899b85d597c767fcf8b4cf8fd6 (patch)
treeb081f047332ceeaffd25ec55a5e8f9158a52360a /include/net/ieee802154_netdev.h
parentmac802154: allocation of ieee802154 device (diff)
downloadlinux-dev-1cd829c83eab8b899b85d597c767fcf8b4cf8fd6.tar.xz
linux-dev-1cd829c83eab8b899b85d597c767fcf8b4cf8fd6.zip
mac802154: RX data path
Main RX data path implementation between physical and mac layers. Signed-off-by: Alexander Smirnov <alex.bluesman.smirnov@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ieee802154_netdev.h')
-rw-r--r--include/net/ieee802154_netdev.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/ieee802154_netdev.h b/include/net/ieee802154_netdev.h
index 57430555487a..12a7ee4b855e 100644
--- a/include/net/ieee802154_netdev.h
+++ b/include/net/ieee802154_netdev.h
@@ -26,6 +26,8 @@
#ifndef IEEE802154_NETDEVICE_H
#define IEEE802154_NETDEVICE_H
+#include <net/af_ieee802154.h>
+
/*
* A control block of skb passed between the ARPHRD_IEEE802154 device
* and other stack parts.