diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-08-19 04:21:42 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-08-19 04:21:42 +0000 |
commit | 0e0c88562758a44868e6e2709f3b452954e531f2 (patch) | |
tree | 7d70690a3c6149fe24d01276b91f9f22b14aa88a | |
parent | 9866a4b6d58ce8a0385b91596f9fcc1468056032 (diff) |
pad some records some more; from Jon Olsson <jon@abc.se>
-rw-r--r-- | sys/dev/ic/anvar.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/anvar.h b/sys/dev/ic/anvar.h index eccfb9c319b..e7d95f7ddf8 100644 --- a/sys/dev/ic/anvar.h +++ b/sys/dev/ic/anvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: anvar.h,v 1.12 2003/07/14 22:48:50 mickey Exp $ */ +/* $OpenBSD: anvar.h,v 1.13 2003/08/19 04:21:41 mickey Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -346,7 +346,7 @@ struct an_ltv_genconfig { u_int8_t an_rsvd8; /* 0x97 */ u_int8_t an_magic_packet_action; /* 0x98 */ u_int8_t an_magic_packet_ctl; /* 0x99 */ - u_int16_t an_rsvd9; + u_int16_t an_rsvd9[2]; /* 0x9a */ }; #define AN_OPMODE_IBSS_ADHOC 0x0000 @@ -504,7 +504,7 @@ struct an_ltv_caps { u_int16_t an_softcaps; /* 0x7C */ u_int16_t an_bootblockrev; /* 0x7E */ u_int16_t an_req_hw_support; /* 0x80 */ - u_int16_t an_rsvd1; /* 0x82 */ + u_int16_t an_rsvd1[21]; /* 0x82 */ }; /* |