commit | 57c8f1a41a8c70a7838d2b60cfe1f54fa1faf320 | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Thu Dec 15 14:09:45 2022 +0800 |
committer | developer <developer@mediatek.com> | Thu Dec 15 14:09:45 2022 +0800 |
tree | 855e7d733288c781acfe4631d1cca64fef1d3954 | |
parent | f35da871edf315e99565d9b09511f72910fb7b76 [diff] [blame] |
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;