summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb2/ethernet/if_cuereg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb2/ethernet/if_cuereg.h')
-rw-r--r--sys/dev/usb2/ethernet/if_cuereg.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb2/ethernet/if_cuereg.h b/sys/dev/usb2/ethernet/if_cuereg.h
index 6b3d8d1..d277a41 100644
--- a/sys/dev/usb2/ethernet/if_cuereg.h
+++ b/sys/dev/usb2/ethernet/if_cuereg.h
@@ -122,13 +122,12 @@ enum {
};
struct cue_softc {
- void *sc_evilhack; /* XXX this pointer must be first */
+ struct ifnet *sc_ifp;
struct usb2_config_td sc_config_td;
struct usb2_callout sc_watchdog;
struct mtx sc_mtx;
- struct ifnet *sc_ifp;
device_t sc_dev;
struct usb2_device *sc_udev;
struct usb2_xfer *sc_xfer[CUE_N_TRANSFER];
OpenPOWER on IntegriCloud