[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