atheros: reset ethernet mac when running ifconfig eth0 up, so that changing the mac...
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 22 Dec 2008 17:00:20 +0000 (17:00 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 22 Dec 2008 17:00:20 +0000 (17:00 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13720 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/atheros/files/drivers/net/ar2313/ar2313.c

index 985af02..995325a 100644 (file)
@@ -1121,6 +1121,9 @@ static int ar2313_open(struct net_device *dev)
 {
        struct ar2313_private *sp = netdev_priv(dev);
 
+       /* reset the hardware, in case the MAC address changed */
+       ar2313_reset_reg(dev);
+
        dev->mtu = 1500;
        netif_start_queue(dev);
 
This page took 0.028786 seconds and 4 git commands to generate.