kernel: backport ethtool_puts
[openwrt/openwrt.git] / target / linux / generic / backport-5.15 / 773-v5.18-2-net-dsa-Avoid-cross-chip-syncing-of-VLAN-filtering.patch
index 079ac7eb63b7b5545032fa793f2beec4cdcb7e14..cdddbcf14ee9cb4611c0d75e673837fa3c9997c8 100644 (file)
@@ -33,13 +33,11 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
  net/dsa/switch.c | 8 +++++---
  1 file changed, 5 insertions(+), 3 deletions(-)
 
-diff --git a/net/dsa/switch.c b/net/dsa/switch.c
-index 9f9b70d6070a3..517cc83d13cc8 100644
 --- a/net/dsa/switch.c
 +++ b/net/dsa/switch.c
-@@ -180,9 +180,11 @@ static int dsa_switch_bridge_leave(struct dsa_switch *ds,
+@@ -180,9 +180,11 @@ static int dsa_switch_bridge_leave(struc
                                                info->sw_index, info->port,
-                                               info->bridge);
+                                               info->br);
  
 -      err = dsa_switch_sync_vlan_filtering(ds, info);
 -      if (err)
@@ -52,5 +50,3 @@ index 9f9b70d6070a3..517cc83d13cc8 100644
  
        return dsa_tag_8021q_bridge_leave(ds, info);
  }
--- 
-cgit