Updated for the new kernel API
diff --git a/contiki-avr/uip/rtl8019.c b/contiki-avr/uip/rtl8019.c
index a5c8cca..651efaa 100644
--- a/contiki-avr/uip/rtl8019.c
+++ b/contiki-avr/uip/rtl8019.c
@@ -564,7 +564,7 @@
  */
 #define TX_PAGES 12         /* Allow for 2 back-to-back frames */
 
-static unsigned char mac[6] = {0x00,0x06,0x98,0x01,0x02,0x26};
+static unsigned char mac[6] = {0x00,0x06,0x98,0x01,0x02,0x29};
 void Delay(long nops)
 {
     volatile long i;