ethernetif_update_config() function
Link callback function, this function is called on change of link status to update low level driver configuration.
Syntax
void ethernetif_update_config(struct netif *netif); Arguments
netif
The network interface
Return value
None