kernel: bump 5.10 to 5.10.176
[openwrt/staging/hauke.git] / target / linux / generic / backport-5.10 / 610-v5.13-16-net-dsa-resolve-forwarding-path-for-dsa-slave-ports.patch
index 5c1a0bdf1366cfeae92faa73c562de1603a78a33..a277f0ccf043fbdc1d8fc460d507055ae26e83b8 100644 (file)
@@ -10,7 +10,7 @@ Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
 
 --- a/include/linux/netdevice.h
 +++ b/include/linux/netdevice.h
-@@ -853,6 +853,7 @@ enum net_device_path_type {
+@@ -855,6 +855,7 @@ enum net_device_path_type {
        DEV_PATH_VLAN,
        DEV_PATH_BRIDGE,
        DEV_PATH_PPPOE,
@@ -18,7 +18,7 @@ Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
  };
  
  struct net_device_path {
-@@ -873,6 +874,10 @@ struct net_device_path {
+@@ -875,6 +876,10 @@ struct net_device_path {
                        u16             vlan_id;
                        __be16          vlan_proto;
                } bridge;