git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82a74d4
)
staging: Remove test of is_broadcast with is_multicast
author
Joe Perches
<joe@perches.com>
Tue, 8 May 2012 17:11:56 +0000
(10:11 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 9 May 2012 20:52:23 +0000
(13:52 -0700)
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>
No differences found