commit | bbc13ab9d26f4ff675775dd7dc24d5cae17b85d5 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <florian@openwrt.org> | Wed Nov 16 06:00:08 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 16 20:24:52 2011 -0500 |
tree | e07632d64f41b7b52ca634ce803e47a72c2ea72c | |
parent | 377a4673147d0144cf4951bf91f4c867a2c18e5e [diff] |
r6040: fix check against MCRO_HASHEN bit in r6040_multicast_list We are checking whether the MCR0_HASHEN bit is set using a logical and instead of bitwise and, fix that. Signed-off-by: Florian Fainelli <florian@openwrt.org> Signed-off-by: David S. Miller <davem@davemloft.net>