From: nbd Date: Sat, 9 Jul 2011 06:30:13 +0000 (+0000) Subject: ar71xx: do not reset the hardware on transmit timeout - this would mess up the up... X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/ec8e57edd9e4cfbef9b50558f622029072a34729?ds=sidebyside ar71xx: do not reset the hardware on transmit timeout - this would mess up the up the PHY state git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27568 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 e228fd0fd..128bd94ba 100644 --- a/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_main.c +++ b/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_main.c @@ -742,10 +742,6 @@ static void ag71xx_restart_work_func(struct work_struct *work) struct ag71xx_platform_data *pdata = ag71xx_get_pdata(ag); ag71xx_stop(ag->dev); - - if (pdata->is_ar724x) - ag71xx_hw_init(ag); - ag71xx_open(ag->dev); }