diff options
author | Martynas Venckus <martynas@cvs.openbsd.org> | 2009-06-05 01:21:55 +0000 |
---|---|---|
committer | Martynas Venckus <martynas@cvs.openbsd.org> | 2009-06-05 01:21:55 +0000 |
commit | 711413012f91b5663fb6b570f1786a9f4ddbd4f8 (patch) | |
tree | 35e90810b266b613293e38da37b415cb9050900f /sys | |
parent | 0e8c02fad4108564f81c8208ae1eb50988bcf989 (diff) |
this one too
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/if_urtwreg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/if_urtwreg.h b/sys/dev/usb/if_urtwreg.h index 3e06d205eff..a1d79f4085a 100644 --- a/sys/dev/usb/if_urtwreg.h +++ b/sys/dev/usb/if_urtwreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_urtwreg.h,v 1.10 2009/06/04 23:42:02 martynas Exp $ */ +/* $OpenBSD: if_urtwreg.h,v 1.11 2009/06/05 01:21:54 martynas Exp $ */ /*- * Copyright (c) 2008 Weongyo Jeong <weongyo@FreeBSD.org> @@ -327,8 +327,8 @@ struct urtw_softc { #define URTW_PRIORITY_LOW 0 #define URTW_PRIORITY_NORMAL 1 #define URTW_DATA_TIMEOUT 10000 /* 10 sec */ - struct urtw_rx_data sc_rxdata[URTW_RX_DATA_LIST_COUNT]; - struct urtw_tx_data sc_txdata[URTW_TX_DATA_LIST_COUNT]; + struct urtw_rx_data sc_rx_data[URTW_RX_DATA_LIST_COUNT]; + struct urtw_tx_data sc_tx_data[URTW_TX_DATA_LIST_COUNT]; uint32_t sc_tx_low_queued; uint32_t sc_tx_normal_queued; uint32_t sc_txidx; |