diff options
author | Michael Knudsen <mk@cvs.openbsd.org> | 2006-07-18 18:20:18 +0000 |
---|---|---|
committer | Michael Knudsen <mk@cvs.openbsd.org> | 2006-07-18 18:20:18 +0000 |
commit | 24160f8c13249c15d134547c1feff4b1fa6e8457 (patch) | |
tree | e55f4ab9ccb14c31340ba855f9e1a69458847e38 /sys/dev/usb/if_atureg.h | |
parent | 1100055ef762a9c006ebf54c343bbdb598278f80 (diff) |
Tyops: simultaniously and carefull
Diffstat (limited to 'sys/dev/usb/if_atureg.h')
-rw-r--r-- | sys/dev/usb/if_atureg.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/usb/if_atureg.h b/sys/dev/usb/if_atureg.h index 7cf03e62eb7..d5b1deb3797 100644 --- a/sys/dev/usb/if_atureg.h +++ b/sys/dev/usb/if_atureg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_atureg.h,v 1.27 2006/06/27 04:21:13 jsg Exp $ */ +/* $OpenBSD: if_atureg.h,v 1.28 2006/07/18 18:20:17 mk Exp $ */ /* * Copyright (c) 2003 * Daan Vreeken <Danovitsch@Vitsch.net>. All rights reserved. @@ -35,11 +35,11 @@ #define ATU_CONFIG_NO 1 #define ATU_IFACE_IDX 0 -/* the number of simultaniuously requested RX transfers */ +/* the number of simultaneously requested RX transfers */ #define ATU_RX_LIST_CNT 1 /* - * the number of simultaniously started TX transfers + * the number of simultaneously started TX transfers * my measurements : * 1 430.82 KB/sec * 2 534.66 KB/sec @@ -58,7 +58,7 @@ */ #define ATU_RX_BUFSZ (ATU_RX_HDRLEN + \ sizeof(struct ieee80211_frame_addr4) + 2312 + 4) -/* BE CAREFULL! should add ATU_TX_PADDING */ +/* BE CAREFUL! should add ATU_TX_PADDING */ #define ATU_TX_BUFSZ (ATU_TX_HDRLEN + \ sizeof(struct ieee80211_frame_addr4) + 2312) |