diff --git a/target/linux/ipq807x/patches-5.10/720-net-phy-add-aqr-phys.patch b/target/linux/ipq807x/patches-5.10/720-net-phy-add-aqr-phys.patch index 979308a90..4d4420aa2 100644 --- a/target/linux/ipq807x/patches-5.10/720-net-phy-add-aqr-phys.patch +++ b/target/linux/ipq807x/patches-5.10/720-net-phy-add-aqr-phys.patch @@ -89,7 +89,7 @@ Signed-off-by: Birger Koblitz + .config_init = aqr107_config_init, + .config_aneg = aqr_config_aneg, + .config_intr = aqr_config_intr, -+ .handle_interrupt = aqr_handle_interrupt, ++ .ack_interrupt = aqr_ack_interrupt, + .read_status = aqr113c_read_status, + .get_tunable = aqr107_get_tunable, + .set_tunable = aqr107_set_tunable, @@ -115,7 +115,7 @@ Signed-off-by: Birger Koblitz + .config_init = aqr107_config_init, + .config_aneg = aqr_config_aneg, + .config_intr = aqr_config_intr, -+ .handle_interrupt = aqr_handle_interrupt, ++ .ack_interrupt = aqr_ack_interrupt, + .read_status = aqr113c_read_status, + .get_tunable = aqr107_get_tunable, + .set_tunable = aqr107_set_tunable, diff --git a/target/linux/ipq807x/patches-5.10/722-net-phy-aquantia-enable-AQR112-and-AQR412.patch b/target/linux/ipq807x/patches-5.10/722-net-phy-aquantia-enable-AQR112-and-AQR412.patch index 6ab7bc756..e3541400d 100644 --- a/target/linux/ipq807x/patches-5.10/722-net-phy-aquantia-enable-AQR112-and-AQR412.patch +++ b/target/linux/ipq807x/patches-5.10/722-net-phy-aquantia-enable-AQR112-and-AQR412.patch @@ -119,7 +119,7 @@ Signed-off-by: Alex Marginean + .probe = aqr107_probe, + .config_aneg = aqr_config_aneg_set_prot, + .config_intr = aqr_config_intr, -+ .handle_interrupt = aqr_handle_interrupt, ++ .ack_interrupt = aqr_ack_interrupt, + .read_status = aqr107_read_status, + .get_sset_count = aqr107_get_sset_count, + .get_strings = aqr107_get_strings, @@ -131,7 +131,7 @@ Signed-off-by: Alex Marginean + .probe = aqr107_probe, + .config_aneg = aqr_config_aneg_set_prot, + .config_intr = aqr_config_intr, -+ .handle_interrupt = aqr_handle_interrupt, ++ .ack_interrupt = aqr_ack_interrupt, + .read_status = aqr107_read_status, + .get_sset_count = aqr107_get_sset_count, + .get_strings = aqr107_get_strings, diff --git a/target/linux/ipq807x/patches-5.10/724-net-phy-aquantia-Add-AQR113-driver-support.patch b/target/linux/ipq807x/patches-5.10/724-net-phy-aquantia-Add-AQR113-driver-support.patch index 1fc7658ff..7a661309f 100644 --- a/target/linux/ipq807x/patches-5.10/724-net-phy-aquantia-Add-AQR113-driver-support.patch +++ b/target/linux/ipq807x/patches-5.10/724-net-phy-aquantia-Add-AQR113-driver-support.patch @@ -26,7 +26,7 @@ Add a new entry for AQR113 PHY_ID + .name = "Aquantia AQR113", + .config_aneg = aqr_config_aneg, + .config_intr = aqr_config_intr, -+ .handle_interrupt = aqr_handle_interrupt, ++ .ack_interrupt = aqr_ack_interrupt, + .read_status = aqr107_read_status, +}, +{ diff --git a/target/linux/ipq807x/patches-5.10/725-net-phy-aquantia-add-PHY_IDs-for-AQR112-variants.patch b/target/linux/ipq807x/patches-5.10/725-net-phy-aquantia-add-PHY_IDs-for-AQR112-variants.patch index ba9f3ee12..40ad0ff58 100644 --- a/target/linux/ipq807x/patches-5.10/725-net-phy-aquantia-add-PHY_IDs-for-AQR112-variants.patch +++ b/target/linux/ipq807x/patches-5.10/725-net-phy-aquantia-add-PHY_IDs-for-AQR112-variants.patch @@ -30,7 +30,7 @@ Signed-off-by: Daniel Golle + .probe = aqr107_probe, + .config_aneg = aqr_config_aneg_set_prot, + .config_intr = aqr_config_intr, -+ .handle_interrupt = aqr_handle_interrupt, ++ .ack_interrupt = aqr_ack_interrupt, + .read_status = aqr107_read_status, + .get_sset_count = aqr107_get_sset_count, + .get_strings = aqr107_get_strings, @@ -42,7 +42,7 @@ Signed-off-by: Daniel Golle + .probe = aqr107_probe, + .config_aneg = aqr_config_aneg_set_prot, + .config_intr = aqr_config_intr, -+ .handle_interrupt = aqr_handle_interrupt, ++ .ack_interrupt = aqr_ack_interrupt, + .read_status = aqr107_read_status, + .get_sset_count = aqr107_get_sset_count, + .get_strings = aqr107_get_strings,