mirror of
https://github.com/apache/nuttx.git
synced 2026-09-24 00:42:03 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user