Skip to content

Commit

Permalink
fixup! gnrc_netif: introduce L2 address to EUI-64 conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Jan 25, 2019
1 parent e6e6a4e commit 3258003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sys/include/net/gnrc/netif/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -453,8 +453,8 @@ int gnrc_netif_eui64_from_addr(const gnrc_netif_t *netif,
/**
* @brief Converts an interface EUI-64 from an interface's hardware address
*
* @param[in] netif The network interface @p iid came from
* @param[out] iid The IID based on gnrc_netif_t::device_type
* @param[in] netif The network interface @p eui64 came from
* @param[out] eui64 The EUI-64 based on gnrc_netif_t::device_type
*
* @note This wraps around @ref gnrc_netif_eui64_from_addr by using by using
* gnrc_netif_t::l2addr and gnrc_netif_t::l2addr_len of @p netif.
Expand Down

0 comments on commit 3258003

Please sign in to comment.