From 4f1485e238fa16934d91b386c9842fb1f5fd3c3a Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Fri, 9 Aug 2013 16:38:12 +0100 Subject: [PATCH] Remove the second 6LoWPAN context from Sensinode This context was once used in an in-house testbed and is not required upstream --- platform/sensinode/contiki-conf.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/platform/sensinode/contiki-conf.h b/platform/sensinode/contiki-conf.h index e14a46c08..f327b3ee2 100644 --- a/platform/sensinode/contiki-conf.h +++ b/platform/sensinode/contiki-conf.h @@ -253,7 +253,7 @@ #define SICSLOWPAN_CONF_MAXAGE 8 /* Define our IPv6 prefixes/contexts here */ -#define SICSLOWPAN_CONF_MAX_ADDR_CONTEXTS 2 +#define SICSLOWPAN_CONF_MAX_ADDR_CONTEXTS 1 #define SICSLOWPAN_CONF_ADDR_CONTEXT_0 { \ addr_contexts[0].prefix[0] = 0x20; \ addr_contexts[0].prefix[1] = 0x01; \ @@ -264,16 +264,6 @@ addr_contexts[0].prefix[6] = 0x64; \ addr_contexts[0].prefix[7] = 0x53; \ } -#define SICSLOWPAN_CONF_ADDR_CONTEXT_1 { \ - addr_contexts[1].prefix[0] = 0x20; \ - addr_contexts[1].prefix[1] = 0x01; \ - addr_contexts[1].prefix[2] = 0x06; \ - addr_contexts[1].prefix[3] = 0x30; \ - addr_contexts[1].prefix[4] = 0x03; \ - addr_contexts[1].prefix[5] = 0x01; \ - addr_contexts[1].prefix[6] = 0x11; \ - addr_contexts[1].prefix[7] = 0x00; \ -} #define MAC_CONF_CHANNEL_CHECK_RATE 8 #ifndef QUEUEBUF_CONF_NUM