1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

ng_netdev_eth: functions are not used

This commit is contained in:
Thomas Eichinger 2015-07-14 11:15:53 +02:00
parent df21f1b59d
commit d9c9c87cf3

View File

@ -85,7 +85,8 @@ static inline bool _is_addr_multicast(uint8_t *addr)
/* source: http://ieee802.org/secmail/pdfocSP2xXA6d.pdf */
return (addr[0] & 0x01);
}
#endif
#endif /* !(defined(__FreeBSD__) || defined(__MACH__)) */
/* build Ethernet packet from pkt */
static int _marshall_ethernet(gnrc_netdev_eth_t *dev, uint8_t *buffer, gnrc_pktsnip_t *pkt);