Remove the second 6LoWPAN context from Sensinode
This context was once used in an in-house testbed and is not required upstream
This commit is contained in:
parent
460d5bcb5d
commit
4f1485e238
|
@ -253,7 +253,7 @@
|
||||||
#define SICSLOWPAN_CONF_MAXAGE 8
|
#define SICSLOWPAN_CONF_MAXAGE 8
|
||||||
|
|
||||||
/* Define our IPv6 prefixes/contexts here */
|
/* 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 { \
|
#define SICSLOWPAN_CONF_ADDR_CONTEXT_0 { \
|
||||||
addr_contexts[0].prefix[0] = 0x20; \
|
addr_contexts[0].prefix[0] = 0x20; \
|
||||||
addr_contexts[0].prefix[1] = 0x01; \
|
addr_contexts[0].prefix[1] = 0x01; \
|
||||||
|
@ -264,16 +264,6 @@
|
||||||
addr_contexts[0].prefix[6] = 0x64; \
|
addr_contexts[0].prefix[6] = 0x64; \
|
||||||
addr_contexts[0].prefix[7] = 0x53; \
|
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
|
#define MAC_CONF_CHANNEL_CHECK_RATE 8
|
||||||
#ifndef QUEUEBUF_CONF_NUM
|
#ifndef QUEUEBUF_CONF_NUM
|
||||||
|
|
Loading…
Reference in a new issue