X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fgeneric%2Fpending-5.10%2F730-net-phy-at803x-fix-feature-detection.patch;fp=target%2Flinux%2Fgeneric%2Fpending-5.10%2F730-net-phy-at803x-fix-feature-detection.patch;h=c49bb19601a13b9aeb26e2e4dd479461c967b62f;hp=5caed733722ef98adca678c547564771b580a1ba;hb=d888ef5668a9243259381c57439ab5486009b05b;hpb=dee819272ac2e62ecfb59905d2172e60ddce0bf5 diff --git a/target/linux/generic/pending-5.10/730-net-phy-at803x-fix-feature-detection.patch b/target/linux/generic/pending-5.10/730-net-phy-at803x-fix-feature-detection.patch index 5caed73372..c49bb19601 100644 --- a/target/linux/generic/pending-5.10/730-net-phy-at803x-fix-feature-detection.patch +++ b/target/linux/generic/pending-5.10/730-net-phy-at803x-fix-feature-detection.patch @@ -20,7 +20,7 @@ Signed-off-by: David Bauer --- a/drivers/net/phy/at803x.c +++ b/drivers/net/phy/at803x.c -@@ -1025,6 +1025,34 @@ static int at803x_set_tunable(struct phy +@@ -1032,6 +1032,34 @@ static int at803x_set_tunable(struct phy } } @@ -55,7 +55,7 @@ Signed-off-by: David Bauer static int at803x_cable_test_result_trans(u16 status) { switch (FIELD_GET(AT803X_CDT_STATUS_STAT_MASK, status)) { -@@ -1274,7 +1302,7 @@ static struct phy_driver at803x_driver[] +@@ -1364,7 +1392,7 @@ static struct phy_driver at803x_driver[] .resume = at803x_resume, .read_page = at803x_read_page, .write_page = at803x_write_page,