From: Joe Perches Date: Tue, 8 May 2012 17:11:56 +0000 (-0700) Subject: staging: Remove test of is_broadcast with is_multicast X-Git-Tag: v3.5-rc1~145^2~169 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14fc42355f10199f39bc38dd2d3e9288a31e770c;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed