diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2004-12-05 00:16:15 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2004-12-05 00:16:15 +0000 |
commit | 7c303f4261ec322e76e43d24ef76d7a57ad5da64 (patch) | |
tree | 0941c52a790606936b9937e193f52bb68742d0fc /sys/dev/usb/if_atureg.h | |
parent | 07a5f4616f006459591a72a1877123ba83c8519b (diff) |
remove the dependance on code from wi
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 f0a64accfe2..cbc36db3c0e 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.12 2004/12/04 23:56:50 dlg Exp $ */ +/* $OpenBSD: if_atureg.h,v 1.13 2004/12/05 00:16:14 dlg Exp $ */ /* * Copyright (c) 2003 * Daan Vreeken <Danovitsch@Vitsch.net>. All rights reserved. @@ -32,7 +32,7 @@ * */ -/* $ATUWI: $Id: if_atureg.h,v 1.12 2004/12/04 23:56:50 dlg Exp $ */ +/* $ATUWI: $Id: if_atureg.h,v 1.13 2004/12/05 00:16:14 dlg Exp $ */ /************ driver options ************/ @@ -166,10 +166,10 @@ * 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 + \ - sizeof(struct wi_80211_hdr) + 2312 + 4) + sizeof(struct ieee80211_frame_addr4) + 2312 + 4) /* BE CAREFULL! should add ATU_TX_PADDING */ #define ATU_TX_BUFSZ (ATU_TX_HDRLEN + \ - sizeof(struct wi_80211_hdr) + 2312) + sizeof(struct ieee80211_frame_addr4) + 2312) #define ATU_MGMT_BUFSZ (ATU_TX_HDRLEN + 300) #define ATU_MIN_FRAMELEN 60 |