--- zzzz-none-000/linux-5.15.111/net/bridge/br_device.c 2023-05-11 14:00:40.000000000 +0000 +++ puma7-arm-6670-761/linux-5.15.111/net/bridge/br_device.c 2024-02-07 09:28:09.000000000 +0000 @@ -6,6 +6,10 @@ * Authors: * Lennert Buytenhek */ +/* +Includes Intel Corporation's changes/modifications dated: 2014. +Changed/modified portions - Copyright © 2014, Intel Corporation. +*/ #include #include @@ -529,5 +533,9 @@ 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 */ + INIT_DELAYED_WORK(&br->gc_work, br_fdb_cleanup); }