From cbeb5ab9601a3c450ff1e3ff77d44db4eba45d84 Mon Sep 17 00:00:00 2001 From: Ivan Delamer Date: Tue, 5 May 2015 14:43:58 -0600 Subject: [PATCH] Remove 6LowPAN flag that will not be used. --- src/include/lwip/netif.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/include/lwip/netif.h b/src/include/lwip/netif.h index 36e65d52..2aea2c2a 100644 --- a/src/include/lwip/netif.h +++ b/src/include/lwip/netif.h @@ -97,9 +97,6 @@ extern "C" { /** If set, the netif has MLD6 capability. * Set by the netif driver in its init function. */ #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;