WCNCR00165815][rdk-b][common][bsp][Refactor and sync kernel/wifi from Openwrt]

[Description]
Refactor and sync kernel/wifi from Openwrt

[Release-log]
N/A

diff --git a/recipes-kernel/linux/linux-mediatek-5.4/mediatek/patches-5.4/751-net-phy-aquantia-add-firmware-download.patch b/recipes-kernel/linux/linux-mediatek-5.4/mediatek/patches-5.4/751-net-phy-aquantia-add-firmware-download.patch
index c3386de..ff3b383 100644
--- a/recipes-kernel/linux/linux-mediatek-5.4/mediatek/patches-5.4/751-net-phy-aquantia-add-firmware-download.patch
+++ b/recipes-kernel/linux/linux-mediatek-5.4/mediatek/patches-5.4/751-net-phy-aquantia-add-firmware-download.patch
@@ -1058,9 +1058,9 @@
 +		}
 +	}
 +
-+#ifdef CONFIG_AQUANTIA_PHY_MDI_SWAP
++	/* wait firmware initialization completed */
 +	mdelay(250);
-+#endif
++
 +	for (i = 0; i < num_phydevs; i++) {
 +		if (result[i] == 0) {
 +			priv = phydevs[i]->priv;