summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/wlan/if_uathvar.h
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2009-05-28 17:36:36 +0000
committerthompsa <thompsa@FreeBSD.org>2009-05-28 17:36:36 +0000
commitaf6fb4f3d2a2950c2a2c95bc3148ee16510149de (patch)
tree3036722a60a7a9ddd5122172e56736f3e128664b /sys/dev/usb/wlan/if_uathvar.h
parentd691011026fb63bdede5854aaa7547c7c019cd38 (diff)
downloadFreeBSD-src-af6fb4f3d2a2950c2a2c95bc3148ee16510149de.zip
FreeBSD-src-af6fb4f3d2a2950c2a2c95bc3148ee16510149de.tar.gz
s/usb2_/usb_/ on all C structs for the USB stack.
Diffstat (limited to 'sys/dev/usb/wlan/if_uathvar.h')
-rw-r--r--sys/dev/usb/wlan/if_uathvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/wlan/if_uathvar.h b/sys/dev/usb/wlan/if_uathvar.h
index 9b0a126..6e58d93 100644
--- a/sys/dev/usb/wlan/if_uathvar.h
+++ b/sys/dev/usb/wlan/if_uathvar.h
@@ -185,7 +185,7 @@ struct uath_vap {
struct uath_softc {
struct ifnet *sc_ifp;
device_t sc_dev;
- struct usb2_device *sc_udev;
+ struct usb_device *sc_udev;
struct mtx sc_mtx;
uint32_t sc_debug;
@@ -193,7 +193,7 @@ struct uath_softc {
int (*sc_newstate)(struct ieee80211com *,
enum ieee80211_state, int);
- struct usb2_xfer *sc_xfer[UATH_N_XFERS];
+ struct usb_xfer *sc_xfer[UATH_N_XFERS];
struct uath_cmd sc_cmd[UATH_CMD_LIST_COUNT];
uath_cmdhead sc_cmd_active;
uath_cmdhead sc_cmd_inactive;
OpenPOWER on IntegriCloud