mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
6loWPAN: Tie 6loWPAN send into common socket send logic.
This commit is contained in:
@@ -228,7 +228,7 @@ int netdev_register(FAR struct net_driver_s *dev, enum net_lltype_e lltype)
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_NET_6LOWPAN
|
||||
case NET_LL_6LOWPAN: /* IEEE 802.15.4 */
|
||||
case NET_LL_IEEE802154: /* IEEE 802.15.4 MAC */
|
||||
dev->d_llhdrlen = 0; /* REVISIT */
|
||||
dev->d_mtu = SIXLOWPAN_MAC_MAXFRAME;
|
||||
#ifdef CONFIG_NET_TCP
|
||||
|
||||
Reference in New Issue
Block a user