aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/net/if_auereg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/net/if_auereg.h')
-rw-r--r--sys/dev/usb/net/if_auereg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/net/if_auereg.h b/sys/dev/usb/net/if_auereg.h
index 249c9137c762..f1f73985d572 100644
--- a/sys/dev/usb/net/if_auereg.h
+++ b/sys/dev/usb/net/if_auereg.h
@@ -202,9 +202,9 @@ struct aue_rxpkt {
} __packed;
struct aue_softc {
- struct usb2_ether sc_ue;
+ struct usb_ether sc_ue;
struct mtx sc_mtx;
- struct usb2_xfer *sc_xfer[AUE_N_TRANSFER];
+ struct usb_xfer *sc_xfer[AUE_N_TRANSFER];
int sc_flags;
#define AUE_FLAG_LSYS 0x0001 /* use Linksys reset */