aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/wlan/if_upgtvar.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/wlan/if_upgtvar.h
parent58de945eeb77565ebea70d949ffb610268f7d9ae (diff)
Notes
Diffstat (limited to 'sys/dev/usb/wlan/if_upgtvar.h')
-rw-r--r--sys/dev/usb/wlan/if_upgtvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/wlan/if_upgtvar.h b/sys/dev/usb/wlan/if_upgtvar.h
index 719d8c29186df..68d5d2be720c7 100644
--- a/sys/dev/usb/wlan/if_upgtvar.h
+++ b/sys/dev/usb/wlan/if_upgtvar.h
@@ -421,7 +421,7 @@ struct upgt_vap {
struct upgt_softc {
device_t sc_dev;
struct ifnet *sc_ifp;
- struct usb2_device *sc_udev;
+ struct usb_device *sc_udev;
struct mtx sc_mtx;
struct upgt_stat sc_stat;
int sc_flags;
@@ -459,7 +459,7 @@ struct upgt_softc {
uint8_t sc_eeprom_freq6_settings;
/* RX/TX */
- struct usb2_xfer *sc_xfer[UPGT_N_XFERS];
+ struct usb_xfer *sc_xfer[UPGT_N_XFERS];
int sc_rx_no;
int sc_tx_no;
struct upgt_data sc_rx_data[UPGT_RX_MAXCOUNT];