PF_IEEE802154: With this commit PF_IEEE802154 address family is basically functional. More testing is needed, of course.

This commit is contained in:
Gregory Nutt
2017-08-19 18:50:50 -06:00
parent d00a37ee5a
commit b52034ffd2
15 changed files with 670 additions and 344 deletions
+1 -1
View File
@@ -259,7 +259,7 @@ static int devif_poll_ieee802154_connections(FAR struct net_driver_s *dev,
/* Traverse all of the allocated packet connections and perform the poll action */
while (!bstop && (ieee802154_conn = ieee802154_nextconn(ieee802154_conn)))
while (!bstop && (ieee802154_conn = ieee802154_conn_next(ieee802154_conn)))
{
/* Perform the packet TX poll */