diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2004-12-23 13:19:39 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2004-12-23 13:19:39 +0000 |
commit | b2bc798929dc71b79003059f2fba9254e207aea1 (patch) | |
tree | a2c49d658ef5343cb9bd433a36d3acc763af7dcd /sys/dev/usb/if_atureg.h | |
parent | 5b3741465a246af2b76c661980d5cbda025f0a91 (diff) |
turn padding of tx packets on since it appears it may be needed by certain
firmwares or revisions of the chip. also remove the option to turn it off.
Diffstat (limited to 'sys/dev/usb/if_atureg.h')
-rw-r--r-- | sys/dev/usb/if_atureg.h | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/sys/dev/usb/if_atureg.h b/sys/dev/usb/if_atureg.h index b5bbb163ac1..5b923cce568 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.20 2004/12/20 12:11:57 deraadt Exp $ */ +/* $OpenBSD: if_atureg.h,v 1.21 2004/12/23 13:19:38 dlg Exp $ */ /* * Copyright (c) 2003 * Daan Vreeken <Danovitsch@Vitsch.net>. All rights reserved. @@ -54,20 +54,6 @@ #define ATU_TX_LIST_CNT 8 /* - * Whether or not we pad usb packets transfered to the adapter. looking at - * drivers on other platforms there seems to be something magic about the - * padding. - * my measurements : - * on - 532.55 KB/sec - * off - 536.74 KB/sec - * I don't see the reason why we should pad bytes here. The adapter seems - * to be transmitting packets just fine without the padding. So the default is - * to have no padding, but it's at least supplied as an option. This seems to - * be necessary with newer firmware versions, but I haven't tested that yet. - */ -/* #define ATU_TX_PADDING */ - -/* * According to the 802.11 spec (7.1.2) the frame body can be up to 2312 bytes */ #define ATU_RX_BUFSZ (ATU_RX_HDRLEN + \ |