This is WIZnet Ethernet Interface using Hardware TCP/IP chip, W5500, W5200 and W5100. One of them can be selected by enabling it in wiznet.h.

Fork of WIZnet_Library by WIZnet

Revision:
1:8138a268fbd2
Parent:
0:b72d22e10709
Child:
2:c2eb7a08d7e6
diff -r b72d22e10709 -r 8138a268fbd2 WIZnetInterface/WIZnet/W5500.cpp
--- a/WIZnetInterface/WIZnet/W5500.cpp	Thu May 08 03:57:58 2014 +0000
+++ b/WIZnetInterface/WIZnet/W5500.cpp	Fri May 09 01:17:51 2014 +0000
@@ -141,13 +141,6 @@
     reset_pin = 1;
     wait_ms(400); // 400ms (w5500)
 
-#if defined (TARGET_LPC1768) || (TARGET_LPC11U24)
-    uint8_t mac[6];
-    mbed_mac_address((char*)mac);
-#else
-    uint8_t mac[6] = {0x00,0x08,0xDC,0x00,0x00,0x00};
-#endif
-
 #if defined(USE_WIZ550IO_MAC)
     reg_rd_mac(SHAR, mac); // read the MAC address inside the module
 #endif