mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-07 15:04:39 +08:00
Remove 6LowPAN flag that will not be used.
This commit is contained in:
parent
33a51a1bdc
commit
cbeb5ab960
@ -97,9 +97,6 @@ extern "C" {
|
|||||||
/** If set, the netif has MLD6 capability.
|
/** If set, the netif has MLD6 capability.
|
||||||
* Set by the netif driver in its init function. */
|
* Set by the netif driver in its init function. */
|
||||||
#define NETIF_FLAG_MLD6 0x40U
|
#define NETIF_FLAG_MLD6 0x40U
|
||||||
/** If set, the netif is a 6LowPAN device.
|
|
||||||
* IPv6 packets must be fragmented or reassembled. */
|
|
||||||
#define NETIF_FLAG_LOWPAN6 0x80U
|
|
||||||
|
|
||||||
struct netif;
|
struct netif;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user