Skip to content
Snippets Groups Projects
Commit b200204e authored by Claudiu Manoil's avatar Claudiu Manoil Committed by Joe Hershberger
Browse files

net: tsec: Fix priv pointer in tsec_mcast_addr()


Access to privlist[1] (hardcoded referece to the 2nd tsec's
priv area) is neither correct nor does it make sense in the
current context.  Each tsec dev has access to its own priv
instance only, and hence to its own set of group address
registers (GADDR) to filter multicast addresses.

This fix leads to removal of the unused (faulty) privlist[]
and related global static vars.  Note that mcast() can be
called only after eth_device allocation and init, and hence
after priv area allocation, so dev->priv is correctly
initialized upon mcast() call.

Signed-off-by: default avatarClaudiu Manoil <claudiu.manoil@freescale.com>
Patch: 278990
parent 876d4515
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment