From: nbd Date: Sun, 4 Jul 2010 02:15:08 +0000 (+0000) Subject: ag71xx: reset the hardware during open(), this improves recovery from tx timeouts... X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/d856215f02d92f4db3d6aff046c1732b0ccf40bf ag71xx: reset the hardware during open(), this improves recovery from tx timeouts on ar724x considerably git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22055 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_main.c b/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_main.c index 9fd41527d..4e597ebb5 100644 --- a/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_main.c +++ b/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_main.c @@ -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);