ag71xx: reset the hardware during open(), this improves recovery from tx timeouts...
[openwrt.git] / target / linux / ar71xx / files / drivers / net / ag71xx / ag71xx_main.c
index 9fd4152..4e597eb 100644 (file)
@@ -579,6 +579,8 @@ static int ag71xx_open(struct net_device *dev)
        if (ret)
                goto err;
 
+       ag71xx_hw_init(ag);
+
        napi_enable(&ag->napi);
 
        netif_carrier_off(dev);
This page took 0.025362 seconds and 4 git commands to generate.