diff --git a/target/linux/lantiq/patches-3.18/0023-NET-PHY-adds-driver-for-lantiq-PHY11G.patch b/target/linux/lantiq/patches-3.18/0023-NET-PHY-adds-driver-for-lantiq-PHY11G.patch
index 4574b99a0e0d96ba8a80062bea94f78ad874fbe0..6d1805f1571aca2a9513a992f6f18c24b8d857b8 100644
--- a/target/linux/lantiq/patches-3.18/0023-NET-PHY-adds-driver-for-lantiq-PHY11G.patch
+++ b/target/linux/lantiq/patches-3.18/0023-NET-PHY-adds-driver-for-lantiq-PHY11G.patch
@@ -189,7 +189,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
 +static struct phy_driver lantiq_phy[] = {
 +	{
 +		.phy_id		= 0xd565a400,
-+		.phy_id_mask	= 0xffffffff,
++		.phy_id_mask	= 0xfffffff8,
 +		.name		= "Lantiq XWAY PEF7071",
 +		.features	= (PHY_GBIT_FEATURES | SUPPORTED_Pause),
 +		.flags		= 0, /*PHY_HAS_INTERRUPT,*/
diff --git a/target/linux/lantiq/patches-4.1/0023-NET-PHY-adds-driver-for-lantiq-PHY11G.patch b/target/linux/lantiq/patches-4.1/0023-NET-PHY-adds-driver-for-lantiq-PHY11G.patch
index c93fdc8d0ced7c340dfdc093d16ddbf4976bb231..08e6b648111c80f469006c54f85189d14fa942cc 100644
--- a/target/linux/lantiq/patches-4.1/0023-NET-PHY-adds-driver-for-lantiq-PHY11G.patch
+++ b/target/linux/lantiq/patches-4.1/0023-NET-PHY-adds-driver-for-lantiq-PHY11G.patch
@@ -189,7 +189,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
 +static struct phy_driver lantiq_phy[] = {
 +	{
 +		.phy_id		= 0xd565a400,
-+		.phy_id_mask	= 0xffffffff,
++		.phy_id_mask	= 0xfffffff8,
 +		.name		= "Lantiq XWAY PEF7071",
 +		.features	= (PHY_GBIT_FEATURES | SUPPORTED_Pause),
 +		.flags		= 0, /*PHY_HAS_INTERRUPT,*/