commit | 01f8902bcf3ff124d0aeb88a774180ebcec20ace | [log] [tgz] |
---|---|---|
author | Rui Sousa <rui.sousa@nxp.com> | Mon Feb 13 10:01:25 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 14 12:15:34 2017 -0500 |
tree | 8bdfaaf59fc8014d67e942da914acb283b07309a | |
parent | 144adc655fac089d485ee66354d402b319cff6d2 [diff] |
net: fec: fix multicast filtering hardware setup Fix hardware setup of multicast address hash: - Never clear the hardware hash (to avoid packet loss) - Construct the hash register values in software and then write once to hardware Signed-off-by: Rui Sousa <rui.sousa@nxp.com> Signed-off-by: Fugang Duan <fugang.duan@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>