FUNCTIONAL Update from mbed v49: Add APIs for setName/getName so device is name addressible. Also APIs for getting link stats. Also, minor derivative to reduce compiler warnings and tag read-only parameters as const.

Dependencies:   Socket lwip-eth lwip-sys lwip

Dependents:   WattEye X10Svr SSDP_Server

Fork of EthernetInterface by mbed official

Revision:
50:957161ecdd16
Parent:
37:926eb6517318
--- a/EthernetInterface.cpp	Thu Mar 12 16:58:57 2015 +0000
+++ b/EthernetInterface.cpp	Tue Jul 07 14:10:01 2015 +0000
@@ -153,4 +153,5 @@
     return networkmask;
 }
 
+#include "EthernetInterface_Mods.hxx"