mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-01 08:48:08 +00:00
ag71xx: reset the hardware during open(), this improves recovery from tx timeouts on ar724x considerably
SVN-Revision: 22055
This commit is contained in:
parent
89da22d1ea
commit
15b209d09f
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user