]> git.karo-electronics.de Git - mv-sheeva.git/commit
staging: brcm80211: Convert ETHER_IS<FOO> to is_<foo>_ether_addr
authorJoe Perches <joe@perches.com>
Tue, 14 Dec 2010 00:57:00 +0000 (16:57 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 16 Dec 2010 20:21:27 +0000 (12:21 -0800)
commited9568687e82c56017ca1aacf6eda9902939bf4a
tree4a666c802bd51aeac289905d0b4ce023dfe37b0b
parent47c6de7d37619d105de0367aece9ab10288225bc
staging: brcm80211: Convert ETHER_IS<FOO> to is_<foo>_ether_addr

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>
drivers/staging/brcm80211/brcmfmac/wl_iw.c
drivers/staging/brcm80211/include/proto/ethernet.h
drivers/staging/brcm80211/sys/wlc_bmac.c
drivers/staging/brcm80211/sys/wlc_mac80211.c
drivers/staging/brcm80211/util/bcmsrom.c