summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1999-07-20 23:41:38 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1999-07-20 23:41:38 +0000
commiteef4e572f8830d88bf0ff19780daeef4e648fadf (patch)
tree2dbe936db93c910f35416e56c773e69a4041c6c6 /sys/dev
parent2ec79f337bae869c31c4dcea714414dcc27762a3 (diff)
Fix offsets of wi_frame, from wpaul
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pcmcia/if_wireg.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/sys/dev/pcmcia/if_wireg.h b/sys/dev/pcmcia/if_wireg.h
index 307e2d3225a..9a3e4a1c46d 100644
--- a/sys/dev/pcmcia/if_wireg.h
+++ b/sys/dev/pcmcia/if_wireg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_wireg.h,v 1.1 1999/07/11 16:25:36 niklas Exp $ */
+/* $OpenBSD: if_wireg.h,v 1.2 1999/07/20 23:41:37 niklas Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -31,7 +31,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*
- * From: if_wireg.h,v 1.4 1999/05/07 03:28:52 wpaul Exp $
+ * From: if_wireg.h,v 1.5 1999/07/20 20:03:42 wpaul Exp $
*/
struct wi_counters {
@@ -558,9 +558,11 @@ struct wi_ltv_mcast {
*/
struct wi_frame {
u_int16_t wi_status; /* 0x00 */
- u_int32_t wi_rsvd0; /* 0x02 */
+ u_int16_t wi_rsvd0; /* 0x02 */
+ u_int16_t wi_rsvd1; /* 0x04 */
u_int16_t wi_q_info; /* 0x06 */
- u_int16_t wi_rsvd1; /* 0x08 */
+ u_int16_t wi_rsvd2; /* 0x08 */
+ u_int16_t wi_rsvd3; /* 0x0A */
u_int16_t wi_tx_ctl; /* 0x0C */
u_int16_t wi_frame_ctl; /* 0x0E */
u_int16_t wi_id; /* 0x10 */