aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/net/if_udavreg.h
diff options
context:
space:
mode:
authorAndrew Thompson <thompsa@FreeBSD.org>2009-05-28 17:36:36 +0000
committerAndrew Thompson <thompsa@FreeBSD.org>2009-05-28 17:36:36 +0000
commit760bc48e7ee4471fe04fa5fee89d00bf7d698ddb (patch)
tree3036722a60a7a9ddd5122172e56736f3e128664b /sys/dev/usb/net/if_udavreg.h
parent58de945eeb77565ebea70d949ffb610268f7d9ae (diff)
Notes
Diffstat (limited to 'sys/dev/usb/net/if_udavreg.h')
-rw-r--r--sys/dev/usb/net/if_udavreg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/net/if_udavreg.h b/sys/dev/usb/net/if_udavreg.h
index d652f5b48844..6dba64c34865 100644
--- a/sys/dev/usb/net/if_udavreg.h
+++ b/sys/dev/usb/net/if_udavreg.h
@@ -152,9 +152,9 @@ enum {
};
struct udav_softc {
- struct usb2_ether sc_ue;
+ struct usb_ether sc_ue;
struct mtx sc_mtx;
- struct usb2_xfer *sc_xfer[UDAV_N_TRANSFER];
+ struct usb_xfer *sc_xfer[UDAV_N_TRANSFER];
int sc_flags;
#define UDAV_FLAG_LINK 0x0001