ethernet_low_level_init() function
In this function, the hardware should be initialized. Invoked by ethernetif_init().
Syntax
static void ethernet_low_level_init(struct netif *netif); Arguments
netif
lwip network interface which has already been initialized