]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/net/smc911x.c
net: smc911x: Keep MAC programmed
[karo-tx-uboot.git] / drivers / net / smc911x.c
index b097c1a56fb157804e7cafdd54eaa8ec04fd73cc..5959672370efb063d9e23c80bb038fd630224b85 100644 (file)
@@ -187,6 +187,7 @@ static int smc911x_send(struct eth_device *dev, void *packet, int length)
 static void smc911x_halt(struct eth_device *dev)
 {
        smc911x_reset(dev);
+       smc911x_handle_mac_address(dev);
 }
 
 static int smc911x_rx(struct eth_device *dev)