6LoWPAN/PF_IEEE802154: Created radiodev.h and renamed various structures to provide a better separation between 6LoWPAN and PF_IEEE802154.

This commit is contained in:
Gregory Nutt
2017-08-20 07:10:48 -06:00
parent b52034ffd2
commit 6919fb85e4
31 changed files with 381 additions and 281 deletions
+2 -1
View File
@@ -57,6 +57,7 @@
#include <netinet/in.h>
#include <nuttx/net/netdev.h>
#include <nuttx/net/radiodev.h>
#include <nuttx/net/arp.h>
#ifdef CONFIG_NET_6LOWPAN
@@ -866,7 +867,7 @@ static int netdev_ifr_ioctl(FAR struct socket *psock, int cmd,
dev->d_lltype == NET_LL_PKTRADIO)
{
FAR struct radio_driver_s *radio;
struct sixlowpan_properties_s properties;
struct radiodev_properties_s properties;
/* Get the radio properties */