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:
47c6de7
)
staging: brcm80211: Convert ETHER_IS<FOO> to is_<foo>_ether_addr
author
Joe Perches
<joe@perches.com>
Tue, 14 Dec 2010 00:57:00 +0000
(16:57 -0800)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 16 Dec 2010 20:21:27 +0000
(12:21 -0800)
Use the normal kernel calls and remove the #defines
for ETHER_IS_BCAST and ETHER_IS_NULLADDR.
Add #include for etherdevice.h where necessary.
Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found