staging: brcm80211: use mac_pton() instead of own implementation
[pandora-kernel.git] / drivers / staging / brcm80211 / include / brcmu_utils.h
index 8a340f0..513fa34 100644 (file)
@@ -133,9 +133,6 @@ extern uint brcmu_pktfrombuf(struct sk_buff *p,
        uint offset, int len, unsigned char *buf);
 extern uint brcmu_pkttotlen(struct sk_buff *p);
 
-/* ethernet address */
-extern int brcmu_ether_atoe(char *p, u8 *ea);
-
 /* ip address */
 struct ipv4_addr;