6loWPAN: Correct some list handling logic.

This commit is contained in:
Gregory Nutt
2017-04-07 08:13:18 -06:00
parent 58d0c1f228
commit 19f19e31eb
2 changed files with 10 additions and 7 deletions
+1
View File
@@ -425,6 +425,7 @@ int sixlowpan_queue_frames(FAR struct ieee802154_driver_s *ieee,
/* Add the next frame to the tail of the IOB queue */
qtail->io_flink = iob;
qtail = iob;
/* Keep track of the total amount of data queue */