diff options
Diffstat (limited to 'sys/dev/usb2/ethernet/if_auereg.h')
-rw-r--r-- | sys/dev/usb2/ethernet/if_auereg.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb2/ethernet/if_auereg.h b/sys/dev/usb2/ethernet/if_auereg.h index 819082d..7d41927 100644 --- a/sys/dev/usb2/ethernet/if_auereg.h +++ b/sys/dev/usb2/ethernet/if_auereg.h @@ -205,14 +205,13 @@ struct aue_rxpkt { } __packed; struct aue_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 aue_rxpkt sc_rxpkt; - struct ifnet *sc_ifp; struct usb2_device *sc_udev; struct usb2_xfer *sc_xfer[AUE_N_TRANSFER]; device_t sc_miibus; |