summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_cuereg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/if_cuereg.h')
-rw-r--r--sys/dev/usb/if_cuereg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/if_cuereg.h b/sys/dev/usb/if_cuereg.h
index a3a861df51bc1..f20aeed586c97 100644
--- a/sys/dev/usb/if_cuereg.h
+++ b/sys/dev/usb/if_cuereg.h
@@ -142,7 +142,7 @@ struct cue_type {
#define CUE_INC(x, y) (x) = (x + 1) % y
struct cue_softc {
- struct arpcom arpcom;
+ struct ifnet *cue_ifp;
device_t cue_dev;
usbd_device_handle cue_udev;
usbd_interface_handle cue_iface;