commit | 14fc42355f10199f39bc38dd2d3e9288a31e770c | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Tue May 08 10:11:56 2012 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed May 09 13:52:23 2012 -0700 |
tree | 9e9c84d9f6046882c014a7ab1499cf08358de210 | |
parent | 82a74d4a8022fc01b99550e4cd6b90802acd4ef9 [diff] |
staging: Remove test of is_broadcast with is_multicast A broadcast packet is a multicast packet, no need to test twice. Reorder one defective test in rtl_core of is_multi_ether_addr before is_broadcast_ether_addr as the is_multi returns true for broadcast frames. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>