staging: brcm80211: use mac_pton() instead of own implementation
authorArend van Spriel <arend@broadcom.com>
Mon, 8 Aug 2011 13:58:11 +0000 (15:58 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 23 Aug 2011 19:59:59 +0000 (12:59 -0700)
commit5973f660c49e2cb1d73e262103dabe458955c685
tree1bba642570a3f4bcdec3efe7047a00d5776c829a
parentbf4c4f434d473e63e87b2b0b4f86d52079764df0
staging: brcm80211: use mac_pton() instead of own implementation

The function brcmu_ether_atoe() does exactly the same as mac_pton().
The driver now uses the latter and brcmu_ether_atoe() has been removed
as it is not used anymore.

Signed-off-by: Arend van Spriel <arend@broadcom.com>
Reviewed-by: Roland Vossen <rvossen@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/brcm80211/brcmsmac/main.c
drivers/staging/brcm80211/brcmutil/utils.c
drivers/staging/brcm80211/include/brcmu_utils.h