6LoWPAN/Radio: Rename radio property sp_pktlen to sp_framelen. Add 6LoWPAN utility to get the max frame length (not yet hooked in)

This commit is contained in:
Gregory Nutt
2017-09-10 10:13:33 -06:00
parent 435dd39d4c
commit 334d1734dc
8 changed files with 61 additions and 10 deletions
+1 -1
View File
@@ -59,7 +59,7 @@
struct radiodev_properties_s
{
uint8_t sp_addrlen; /* Length of an address */
uint8_t sp_pktlen; /* Fixed packet/frame size (up to 255) */
uint8_t sp_framelen; /* Fixed packet/frame size (up to 255) */
struct netdev_varaddr_s sp_mcast; /* Multicast address */
struct netdev_varaddr_s sp_bcast; /* Broadcast address */
#ifdef CONFIG_NET_STARPOINT