From: Arend van Spriel Date: Mon, 8 Aug 2011 13:58:11 +0000 (+0200) Subject: staging: brcm80211: use mac_pton() instead of own implementation X-Git-Tag: v3.2-rc1~169^2^2~864^2~357 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5973f660c49e2cb1d73e262103dabe458955c685;p=pandora-kernel.git 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 Reviewed-by: Roland Vossen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed