diff options
author | 2009-06-05 01:21:54 +0000 | |
---|---|---|
committer | 2009-06-05 01:21:54 +0000 | |
commit | 73fcefe23a1ddd5e974a7a871f85c2d0b5823971 (patch) | |
tree | e12f24a497dd4bb3417b6972b1f4ecd37551767e | |
parent | reduce diff i will send in a minute (diff) | |
download | wireguard-openbsd-73fcefe23a1ddd5e974a7a871f85c2d0b5823971.tar.xz wireguard-openbsd-73fcefe23a1ddd5e974a7a871f85c2d0b5823971.zip |
this one too
-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; |