]> git.baikalelectronics.ru Git - kernel.git/commit
staging: brcm80211: Convert ETHER_IS_MULTI to is_multicast_ether_addr
authorJoe Perches <joe@perches.com>
Tue, 14 Dec 2010 00:56:58 +0000 (16:56 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 16 Dec 2010 20:21:27 +0000 (12:21 -0800)
commit0dabf2956fb138dff07651608cb88e95305b6e21
tree02d7c55f00d2276e47347fca3d770878cf7b82d8
parent95a5ece59682c488fa253a29676d1df08bc3e002
staging: brcm80211: Convert ETHER_IS_MULTI to is_multicast_ether_addr

Use the standard kernel function.
Change callers to add .octet to addressing to avoid warnings.
Add #include <linux/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/dhd_linux.c
drivers/staging/brcm80211/brcmfmac/wl_cfg80211.c
drivers/staging/brcm80211/brcmfmac/wl_iw.c
drivers/staging/brcm80211/include/proto/ethernet.h
drivers/staging/brcm80211/sys/wlc_mac80211.c
drivers/staging/brcm80211/util/bcmsrom.c