From 0b65c8cad6ed1b03ce1870856b3496c7be1f8bf1 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 30 Aug 2013 19:05:03 +0100 Subject: [netdevice] Add method for generating EUI-64 address from link-layer address Signed-off-by: Michael Brown --- src/net/80211/net80211.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/net/80211') diff --git a/src/net/80211/net80211.c b/src/net/80211/net80211.c index 54df79056..3893f652c 100644 --- a/src/net/80211/net80211.c +++ b/src/net/80211/net80211.c @@ -599,6 +599,7 @@ static struct ll_protocol net80211_ll_protocol __ll_protocol = { .ntoa = eth_ntoa, .mc_hash = eth_mc_hash, .eth_addr = eth_eth_addr, + .eui64 = eth_eui64, .ll_proto = htons ( ARPHRD_ETHER ), /* "encapsulated Ethernet" */ .hw_addr_len = ETH_ALEN, .ll_addr_len = ETH_ALEN, -- cgit v1.2.3-55-g7522