]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
- switch to berkeley's OUI
authorsdhsdh <sdhsdh>
Wed, 5 May 2010 23:37:00 +0000 (23:37 +0000)
committersdhsdh <sdhsdh>
Wed, 5 May 2010 23:37:00 +0000 (23:37 +0000)
tos/platforms/epic/chips/ds2411/PlatformIeeeEui64.h

index 54f98496a89d3ed3014178ec1934e30efbd0af52..a7cd424bcaec40a14627346f9e38f864ad3b2c4c 100644 (file)
 #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',
 };