From ed1132ceab2c722cdbb8d3cf5a717b07ee5ff2c0 Mon Sep 17 00:00:00 2001 From: ru Date: Fri, 11 Nov 2005 07:36:14 +0000 Subject: - Make IFP2ENADDR() a pointer to IF_LLADDR() rather than another copy of Ethernet address. - Change iso88025_ifattach() and fddi_ifattach() to accept MAC address as an argument, similar to ether_ifattach(), to make this work. --- sys/net/fddi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/net/fddi.h') diff --git a/sys/net/fddi.h b/sys/net/fddi.h index a488f29..869a8d9 100644 --- a/sys/net/fddi.h +++ b/sys/net/fddi.h @@ -97,7 +97,7 @@ struct fddi_header { #define FDDI_BPF_UNSUPPORTED 0 #define FDDI_BPF_SUPPORTED 1 -void fddi_ifattach(struct ifnet *, int); +void fddi_ifattach(struct ifnet *, const u_int8_t *, int); void fddi_ifdetach(struct ifnet *, int); int fddi_ioctl(struct ifnet *, int, caddr_t); -- cgit v1.1