wireless/ieee802154: Add a partial implementation of the IEEE802.15.4 network driver. This is very incomplete on the initial commit.

This commit is contained in:
Gregory Nutt 2017-04-08 14:21:20 -06:00
parent 83660ac30e
commit 11bd9afe53
2 changed files with 1366 additions and 1 deletions

View File

@ -603,7 +603,7 @@ int ieee8021514_loopback(void)
memset(priv, 0, sizeof(struct lo_driver_s));
dev = &priv->lo_ieee.i_dev;
dev = &priv->lo_ieee.i_dev;
dev->d_ifup = lo_ifup; /* I/F up (new IP address) callback */
dev->d_ifdown = lo_ifdown; /* I/F down callback */
dev->d_txavail = lo_txavail; /* New TX data callback */

File diff suppressed because it is too large Load Diff