--- zzzz-none-000/linux-4.9.279/net/bridge/br_device.c 2021-08-08 06:38:54.000000000 +0000 +++ puma7-arm-6591-750/linux-4.9.279/net/bridge/br_device.c 2023-02-08 10:58:16.000000000 +0000 @@ -10,6 +10,10 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. */ +/* +Includes Intel Corporation's changes/modifications dated: 2014. +Changed/modified portions - Copyright © 2014, Intel Corporation. +*/ #include #include @@ -424,4 +428,7 @@ br_netfilter_rtable_init(br); br_stp_timer_init(br); br_multicast_init(br); +#ifdef CONFIG_TI_L2_SELECTIVE_PACKET_HANDLING + br->selective_packet_handler = NULL; +#endif /* CONFIG_TI_L2_SELECTIVE_PACKET_HANDLING */ }