PktRadio: Fixes problems with 6LoWPAN + PktRadio.

This commit is contained in:
Gregory Nutt
2017-07-31 10:06:28 -06:00
parent f03aad084a
commit e4f3e32d7b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -317,7 +317,7 @@ static int sixlowpan_pktradio_metadata(FAR struct sixlowpan_driver_s *radio,
/* Reset the meta data */
memset(&pktmeta, 0, sizeof(struct pktradio_metadata_s));
memset(pktmeta, 0, sizeof(struct pktradio_metadata_s));
/* Set the source address */