summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2006-02-17 11:07:45 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2006-02-17 11:07:45 +0000
commit5c3739f766bcb313de720dde8bd053509a482862 (patch)
treeac4d438419be0596fe628565e9aad5ce3b01f8d1 /sys
parentf0048a01d0274ae1af3727381681d284da2d95ed (diff)
Missed part of last atw commit.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ic/atwvar.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ic/atwvar.h b/sys/dev/ic/atwvar.h
index b5f5ccddf20..1ed930bb605 100644
--- a/sys/dev/ic/atwvar.h
+++ b/sys/dev/ic/atwvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: atwvar.h,v 1.10 2005/12/09 03:46:42 jsg Exp $ */
+/* $OpenBSD: atwvar.h,v 1.11 2006/02/17 11:07:44 jsg Exp $ */
/* $NetBSD: atwvar.h,v 1.13 2004/07/23 07:07:55 dyoung Exp $ */
/*
@@ -104,6 +104,8 @@ struct atw_txsoft {
int txs_firstdesc; /* first descriptor in packet */
int txs_lastdesc; /* last descriptor in packet */
int txs_ndescs; /* number of descriptors */
+ struct ieee80211_duration txs_d0;
+ struct ieee80211_duration txs_dn;
SIMPLEQ_ENTRY(atw_txsoft) txs_q;
};