From 70b7c8b09f03b805c1f9752fc9150e7a9d2c68bd Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Mon, 10 Dec 2018 15:25:42 +0100 Subject: [PATCH] gnrc_sixlowpan: update flag doc from old gnrc_netif --- sys/include/net/gnrc/sixlowpan.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/include/net/gnrc/sixlowpan.h b/sys/include/net/gnrc/sixlowpan.h index 1c2dc0807a..54a0ecf79a 100644 --- a/sys/include/net/gnrc/sixlowpan.h +++ b/sys/include/net/gnrc/sixlowpan.h @@ -68,8 +68,8 @@ * set to a legal, 6LoWPAN compatible interface referred to as `netif` in the * following, otherwise the packet will be discarded. * - * If @ref net_gnrc_sixlowpan_iphc is included and gnrc_sixlowpan_netif_t::iphc_enable of `netif` - * is true the @ref GNRC_NETTYPE_IPV6 header will be compressed according to + * If @ref net_gnrc_sixlowpan_iphc is included and @ref GNRC_NETIF_FLAGS_6LO_HC is enabled for + * `netif` the @ref GNRC_NETTYPE_IPV6 header will be compressed according to * RFC 6282. If it is false the * @ref SIXLOWPAN_UNCOMP dispatch will be appended as a new @ref gnrc_pktsnip_t to the packet. * The false case also applies if @ref net_gnrc_sixlowpan_iphc is not included.