diff options
Diffstat (limited to 'sys/dev/usb/if_wi_usb.h')
-rw-r--r-- | sys/dev/usb/if_wi_usb.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/usb/if_wi_usb.h b/sys/dev/usb/if_wi_usb.h index ebac126eda2..7216a5b0aed 100644 --- a/sys/dev/usb/if_wi_usb.h +++ b/sys/dev/usb/if_wi_usb.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wi_usb.h,v 1.2 2005/10/31 05:37:13 jsg Exp $ */ +/* $OpenBSD: if_wi_usb.h,v 1.3 2015/06/12 15:47:31 mpi Exp $ */ /* * Copyright (c) 2003 Dale Rahn. All rights reserved. @@ -28,15 +28,11 @@ * Materiel Command, USAF, under agreement number F30602-01-2-0537. */ -#define WI_USB_CONFIG_NO 1 - #define WI_USB_ENDPT_TX 1 #define WI_USB_ENDPT_RX 2 #define WI_USB_ENDPT_INTR 3 #define WI_USB_ENDPT_MAX 4 -#define WI_USB_IFACE_IDX 0 - /* XXX */ #define WI_USB_DATA_MAXLEN WI_DEFAULT_DATALEN |