aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/net/if_cuereg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/net/if_cuereg.h')
-rw-r--r--sys/dev/usb/net/if_cuereg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/net/if_cuereg.h b/sys/dev/usb/net/if_cuereg.h
index ca3a816e1a4e..1782c2167ffa 100644
--- a/sys/dev/usb/net/if_cuereg.h
+++ b/sys/dev/usb/net/if_cuereg.h
@@ -119,9 +119,9 @@ enum {
};
struct cue_softc {
- struct usb2_ether sc_ue;
+ struct usb_ether sc_ue;
struct mtx sc_mtx;
- struct usb2_xfer *sc_xfer[CUE_N_TRANSFER];
+ struct usb_xfer *sc_xfer[CUE_N_TRANSFER];
int sc_flags;
#define CUE_FLAG_LINK 0x0001 /* got a link */