aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/backport-5.15/763-net-next-net-dsa-qca8k-add-LAG-support.patch
diff options
context:
space:
mode:
authorJohn Audia <therealgraysky@proton.me>2022-07-12 11:52:59 -0400
committerHauke Mehrtens <hauke@hauke-m.de>2022-07-31 18:55:22 +0200
commite4af991220638d4bb32e4668435d140afe232b25 (patch)
treea7ce85c3128500111f280234e2d4378085cbf167 /target/linux/generic/backport-5.15/763-net-next-net-dsa-qca8k-add-LAG-support.patch
parent81bc733c33ddba9bc75d902267593ddbb177b8c5 (diff)
downloadupstream-e4af991220638d4bb32e4668435d140afe232b25.tar.gz
upstream-e4af991220638d4bb32e4668435d140afe232b25.tar.bz2
upstream-e4af991220638d4bb32e4668435d140afe232b25.zip
kernel: bump 5.15 to 5.15.54
All patches automatically rebased. Build system: x86_64 Build-tested: bcm2711/RPi4B, mt7622/RT3200 Run-tested: bcm2711/RPi4B, mt7622/RT3200 Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'target/linux/generic/backport-5.15/763-net-next-net-dsa-qca8k-add-LAG-support.patch')
-rw-r--r--target/linux/generic/backport-5.15/763-net-next-net-dsa-qca8k-add-LAG-support.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/backport-5.15/763-net-next-net-dsa-qca8k-add-LAG-support.patch b/target/linux/generic/backport-5.15/763-net-next-net-dsa-qca8k-add-LAG-support.patch
index bfc77db184..b53f1288d5 100644
--- a/target/linux/generic/backport-5.15/763-net-next-net-dsa-qca8k-add-LAG-support.patch
+++ b/target/linux/generic/backport-5.15/763-net-next-net-dsa-qca8k-add-LAG-support.patch
@@ -35,7 +35,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
return 0;
}
-@@ -2207,6 +2210,178 @@ qca8k_get_tag_protocol(struct dsa_switch
+@@ -2226,6 +2229,178 @@ qca8k_get_tag_protocol(struct dsa_switch
return DSA_TAG_PROTO_QCA;
}
@@ -214,7 +214,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
static const struct dsa_switch_ops qca8k_switch_ops = {
.get_tag_protocol = qca8k_get_tag_protocol,
.setup = qca8k_setup,
-@@ -2240,6 +2415,8 @@ static const struct dsa_switch_ops qca8k
+@@ -2259,6 +2434,8 @@ static const struct dsa_switch_ops qca8k
.phylink_mac_link_down = qca8k_phylink_mac_link_down,
.phylink_mac_link_up = qca8k_phylink_mac_link_up,
.get_phy_flags = qca8k_get_phy_flags,