aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/wlan/if_upgt.c
diff options
context:
space:
mode:
authorAndrew Thompson <thompsa@FreeBSD.org>2009-05-29 18:46:57 +0000
committerAndrew Thompson <thompsa@FreeBSD.org>2009-05-29 18:46:57 +0000
commite0a69b51ac09dc0376611274903ba683e2d1ace7 (patch)
tree5ff9fef81906105040348e5e28fafc3efac89f62 /sys/dev/usb/wlan/if_upgt.c
parent623469c996b7c4bfdb768b72564d8e3d6ff21396 (diff)
downloadsrc-e0a69b51ac09dc0376611274903ba683e2d1ace7.tar.gz
src-e0a69b51ac09dc0376611274903ba683e2d1ace7.zip
s/usb2_/usb_/ on all typedefs for the USB stack.
Notes
Notes: svn path=/head/; revision=193045
Diffstat (limited to 'sys/dev/usb/wlan/if_upgt.c')
-rw-r--r--sys/dev/usb/wlan/if_upgt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/wlan/if_upgt.c b/sys/dev/usb/wlan/if_upgt.c
index 55463fff13fb..c1e5b120bec3 100644
--- a/sys/dev/usb/wlan/if_upgt.c
+++ b/sys/dev/usb/wlan/if_upgt.c
@@ -196,8 +196,8 @@ static const struct usb_device_id upgt_devs_2[] = {
UPGT_DEV(ZCOM, XM142)
};
-static usb2_callback_t upgt_bulk_rx_callback;
-static usb2_callback_t upgt_bulk_tx_callback;
+static usb_callback_t upgt_bulk_rx_callback;
+static usb_callback_t upgt_bulk_tx_callback;
static const struct usb_config upgt_config[UPGT_N_XFERS] = {
[UPGT_BULK_TX] = {