--- zzzz-none-000/linux-2.6.39.4/net/bridge/br_stp.c 2011-08-03 19:43:28.000000000 +0000 +++ puma6-atom-6490-729/linux-2.6.39.4/net/bridge/br_stp.c 2021-11-10 13:38:18.000000000 +0000 @@ -10,9 +10,14 @@ * 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: [11/07/2011]. +* Changed/modified portions - Copyright © [2011], Intel Corporation. +*/ + #include #include - +#include #include "br_private.h" #include "br_private_stp.h" @@ -379,6 +384,9 @@ p->state = BR_STATE_FORWARDING; br_topology_change_detection(br); del_timer(&p->forward_delay_timer); +#ifdef CONFIG_TI_PACKET_PROCESSOR + ti_hil_pp_event(TI_BRIDGE_PORT_FORWARD, (void *)p->dev); +#endif //CONFIG_TI_PACKET_PROCESSOR } else if (br->stp_enabled == BR_KERNEL_STP) p->state = BR_STATE_LISTENING;