diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1999-07-20 20:03:42 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1999-07-20 20:03:42 +0000 |
| commit | 7694cd936851406e198587c2139b33501eb81fd2 (patch) | |
| tree | d980e15252f9c4323ffa8367b17e4eec2ff43a41 /sys/dev/wi | |
| parent | e50479cc8197ca83ca36b1c0be5fe4d859be8a20 (diff) | |
Notes
Diffstat (limited to 'sys/dev/wi')
| -rw-r--r-- | sys/dev/wi/if_wireg.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/dev/wi/if_wireg.h b/sys/dev/wi/if_wireg.h index 8c9c6e6797c5..75c963ea4686 100644 --- a/sys/dev/wi/if_wireg.h +++ b/sys/dev/wi/if_wireg.h @@ -29,7 +29,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: if_wireg.h,v 1.31 1999/05/07 03:14:21 wpaul Exp $ + * $Id: if_wireg.h,v 1.4 1999/05/07 03:28:52 wpaul Exp $ */ struct wi_counters { @@ -543,9 +543,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 */ |
