linux/generic/hack-5.15: add missing patch headers
[openwrt/staging/dedeckeh.git] / target / linux / generic / hack-5.15 / 711-net-dsa-mv88e6xxx-disable-ATU-violation.patch
index 5e2b2910ab53f3912e210b71861718e9965ecbf2..8d7919a6e4d14fb5baf359721647c03a09c7fdbb 100644 (file)
@@ -1,6 +1,17 @@
+From ebd924d773223593142d417c41d4ee6fa16f1805 Mon Sep 17 00:00:00 2001
+From: OpenWrt community <openwrt-devel@lists.openwrt.org>
+Date: Wed, 13 Jul 2022 13:45:56 +0200
+Subject: [PATCH] net/dsa/mv88e6xxx: disable ATU violation
+
+---
+ drivers/net/dsa/mv88e6xxx/chip.c | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/drivers/net/dsa/mv88e6xxx/chip.c b/drivers/net/dsa/mv88e6xxx/chip.c
+index cad98ab421d7..790e1887d73b 100644
 --- a/drivers/net/dsa/mv88e6xxx/chip.c
 +++ b/drivers/net/dsa/mv88e6xxx/chip.c
-@@ -2981,6 +2981,9 @@ static int mv88e6xxx_setup_port(struct m
+@@ -2981,6 +2981,9 @@ static int mv88e6xxx_setup_port(struct mv88e6xxx_chip *chip, int port)
        else
                reg = 1 << port;
  
@@ -10,3 +21,5 @@
        err = mv88e6xxx_port_write(chip, port, MV88E6XXX_PORT_ASSOC_VECTOR,
                                   reg);
        if (err)
+-- 
+