From df40475779a0af6c3abf71abb81846c019c0ce12 Mon Sep 17 00:00:00 2001 From: sdhsdh Date: Wed, 5 May 2010 23:37:00 +0000 Subject: [PATCH] - switch to berkeley's OUI --- tos/platforms/epic/chips/ds2411/PlatformIeeeEui64.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tos/platforms/epic/chips/ds2411/PlatformIeeeEui64.h b/tos/platforms/epic/chips/ds2411/PlatformIeeeEui64.h index 54f98496..a7cd424b 100644 --- a/tos/platforms/epic/chips/ds2411/PlatformIeeeEui64.h +++ b/tos/platforms/epic/chips/ds2411/PlatformIeeeEui64.h @@ -27,9 +27,10 @@ #define PLATFORMIEEEEUI64_H enum { - IEEE_EUI64_COMPANY_ID_0 = 'U', - IEEE_EUI64_COMPANY_ID_1 = 'C', - IEEE_EUI64_COMPANY_ID_2 = 'B', + // SDH : this is UCB's EUI. It is registed with the IEEE. + IEEE_EUI64_COMPANY_ID_0 = 0x00, + IEEE_EUI64_COMPANY_ID_1 = 0x12, + IEEE_EUI64_COMPANY_ID_2 = 0x6d, IEEE_EUI64_SERIAL_ID_0 = 'E', IEEE_EUI64_SERIAL_ID_1 = 'P', }; -- 2.39.2