| commit | 5f955d9a8cba052066402372556a985dd15368ec | [log] [tgz] |
|---|---|---|
| author | xf.li <xf.li@mobiletek.cn> | Sun Nov 27 22:21:58 2022 -0800 |
| committer | xf.li <xf.li@mobiletek.cn> | Sun Nov 27 22:21:58 2022 -0800 |
| tree | 5d230ffcf35a226d422468a4be4c7b8f63b29764 | |
| parent | 4e76375a32b3a4f6ff570d5854ffddb4cfa1b396 [diff] [blame] |
[Bugfix][API-680]It takes a long time for ethernet from wakeup to ping through Change-Id: I25882c91c8f6d20eea4fbde076c465d58ca5b33b
diff --git a/src/kernel/linux/v4.19/drivers/net/phy/marvell-88q.c b/src/kernel/linux/v4.19/drivers/net/phy/marvell-88q.c index 467f4ae..5155af3 100755 --- a/src/kernel/linux/v4.19/drivers/net/phy/marvell-88q.c +++ b/src/kernel/linux/v4.19/drivers/net/phy/marvell-88q.c
@@ -240,8 +240,8 @@ printk("phy awake start\n"); gpio_direction_output(7 + 268, 1); udelay(1100); - gpio_direction_output(26 + 268, 1); gpio_direction_output(7 + 268, 0); + gpio_direction_output(26 + 268, 1); if_suspend = 0; } else