-/* $OpenBSD: if_wi_usb.c,v 1.77 2024/05/23 03:21:09 jsg Exp $ */
+/* $OpenBSD: if_wi_usb.c,v 1.78 2024/10/06 01:28:39 jsg Exp $ */
/*
* Copyright (c) 2003 Dale Rahn. All rights reserved.
void wi_usb_attach(struct device *, struct device *, void *);
int wi_usb_detach(struct device *, int);
-struct cfdriver wi_usb_cd = {
- NULL, "wi_usb", DV_IFNET
-};
-
const struct cfattach wi_usb_ca = {
sizeof(struct wi_usb_softc), wi_usb_match, wi_usb_attach, wi_usb_detach
};