Clean up some naming; rename net/ieee802154 to net/6lowpan

This commit is contained in:
Gregory Nutt
2016-02-26 10:08:36 -06:00
parent 2c95fef501
commit 2f28ca86c2
12 changed files with 28 additions and 31 deletions
+1 -1
View File
@@ -215,7 +215,7 @@ int netdev_register(FAR struct net_driver_s *dev, enum net_lltype_e lltype)
#endif
#ifdef CONFIG_NET_IEEE802154
case NET_LL_IEEE802154: /* IEEE802.15-4 */
case NET_LL_IEEE802154: /* IEEE 802.15.4 */
dev->d_llhdrlen = 0; /* REVISIT */
dev->d_mtu = CONFIG_NET_IEEE802154_MTU;
#ifdef CONFIG_NET_TCP