summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_kue.c
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2007-05-21 05:18:56 +0000
committerjsg <jsg@openbsd.org>2007-05-21 05:18:56 +0000
commitd7831629f0adda53b0608a6d07d9bf0e4be6209c (patch)
treecbd6b7b542be52c7309ad07b540e48c0101774e2 /sys/dev/usb/if_kue.c
parentRemove unused bswap{16,32} macros (diff)
downloadwireguard-openbsd-d7831629f0adda53b0608a6d07d9bf0e4be6209c.tar.xz
wireguard-openbsd-d7831629f0adda53b0608a6d07d9bf0e4be6209c.zip
Remove Ether_ifattach macro
Diffstat (limited to 'sys/dev/usb/if_kue.c')
-rw-r--r--sys/dev/usb/if_kue.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/if_kue.c b/sys/dev/usb/if_kue.c
index c7259f69dc9..3063b4b90e2 100644
--- a/sys/dev/usb/if_kue.c
+++ b/sys/dev/usb/if_kue.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_kue.c,v 1.44 2007/02/11 20:29:22 miod Exp $ */
+/* $OpenBSD: if_kue.c,v 1.45 2007/05/21 05:18:56 jsg Exp $ */
/* $NetBSD: if_kue.c,v 1.50 2002/07/16 22:00:31 augustss Exp $ */
/*
* Copyright (c) 1997, 1998, 1999, 2000
@@ -511,7 +511,7 @@ kue_attachhook(void *xsc)
/* Attach the interface. */
if_attach(ifp);
- Ether_ifattach(ifp, sc->kue_desc.kue_macaddr);
+ ether_ifattach(ifp);
sc->kue_attached = 1;
splx(s);