diff options
author | alex.bluesman.smirnov@gmail.com <alex.bluesman.smirnov@gmail.com> | 2012-05-15 20:50:21 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-16 15:16:44 -0400 |
commit | 1cd829c83eab8b899b85d597c767fcf8b4cf8fd6 (patch) | |
tree | b081f047332ceeaffd25ec55a5e8f9158a52360a /include/net/ieee802154_netdev.h | |
parent | 1010f540181b00c7013eeb04d1bf8aedd5a56835 (diff) | |
download | linux-next-1cd829c83eab8b899b85d597c767fcf8b4cf8fd6.tar.gz |
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.h | 2 |
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. |