mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
Another baby step in removing MAC knowledge from 6loWPAN.
This commit is contained in:
@@ -211,7 +211,7 @@ static int lo_loopback(FAR struct net_driver_s *dev)
|
||||
ninfo("Send frame %p to the network: Offset=%u Length=%u\n",
|
||||
iob, iob->io_offset, iob->io_len);
|
||||
|
||||
ret = sixlowpan_input(&priv->lo_ieee, iob);
|
||||
ret = sixlowpan_input(&priv->lo_ieee, iob, NULL);
|
||||
|
||||
/* Increment statistics */
|
||||
|
||||
|
||||
@@ -718,7 +718,7 @@ static void macnet_receive(FAR struct macnet_driver_s *priv)
|
||||
|
||||
/* Transfer the frame to the network logic */
|
||||
|
||||
sixlowpan_input(&priv->md_dev, iob);
|
||||
sixlowpan_input(&priv->md_dev, iob, NULL);
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user