aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/patches-5.10/0703-net-lantiq-enable-jumbo-frames-on-GSWIP.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/lantiq/patches-5.10/0703-net-lantiq-enable-jumbo-frames-on-GSWIP.patch')
-rw-r--r--target/linux/lantiq/patches-5.10/0703-net-lantiq-enable-jumbo-frames-on-GSWIP.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/lantiq/patches-5.10/0703-net-lantiq-enable-jumbo-frames-on-GSWIP.patch b/target/linux/lantiq/patches-5.10/0703-net-lantiq-enable-jumbo-frames-on-GSWIP.patch
index 9ff0baed43..6593e43db7 100644
--- a/target/linux/lantiq/patches-5.10/0703-net-lantiq-enable-jumbo-frames-on-GSWIP.patch
+++ b/target/linux/lantiq/patches-5.10/0703-net-lantiq-enable-jumbo-frames-on-GSWIP.patch
@@ -30,7 +30,7 @@ Signed-off-by: Thomas Nixon <tom@tomn.co.uk>
struct gswip_hw_info {
int max_ports;
int cpu_port;
-@@ -851,10 +856,6 @@ static int gswip_setup(struct dsa_switch
+@@ -856,10 +861,6 @@ static int gswip_setup(struct dsa_switch
gswip_switch_mask(priv, 0, GSWIP_PCE_PCTRL_0_INGRESS,
GSWIP_PCE_PCTRL_0p(cpu_port));
@@ -41,7 +41,7 @@ Signed-off-by: Thomas Nixon <tom@tomn.co.uk>
gswip_switch_mask(priv, 0, GSWIP_BM_QUEUE_GCTRL_GL_MOD,
GSWIP_BM_QUEUE_GCTRL);
-@@ -871,6 +872,8 @@ static int gswip_setup(struct dsa_switch
+@@ -876,6 +877,8 @@ static int gswip_setup(struct dsa_switch
return err;
}
@@ -50,7 +50,7 @@ Signed-off-by: Thomas Nixon <tom@tomn.co.uk>
gswip_port_enable(ds, cpu_port, NULL);
return 0;
}
-@@ -1433,6 +1436,39 @@ static int gswip_port_fdb_dump(struct ds
+@@ -1438,6 +1441,39 @@ static int gswip_port_fdb_dump(struct ds
return 0;
}
@@ -90,7 +90,7 @@ Signed-off-by: Thomas Nixon <tom@tomn.co.uk>
static void gswip_phylink_validate(struct dsa_switch *ds, int port,
unsigned long *supported,
struct phylink_link_state *state)
-@@ -1776,6 +1812,8 @@ static const struct dsa_switch_ops gswip
+@@ -1781,6 +1817,8 @@ static const struct dsa_switch_ops gswip
.port_fdb_add = gswip_port_fdb_add,
.port_fdb_del = gswip_port_fdb_del,
.port_fdb_dump = gswip_port_fdb_dump,