Subject: Re: alignment of 802.11 structs and MIPS cpus
To: None <castor@geocast.com>
From: Atsushi Onoe <onoe@sm.sony.co.jp>
List: tech-net
Date: 12/10/2000 09:48:11
> I was taking a guess that this structure was going
> to be used by the wi_write_data routine, too, but it's not.  What 
> really should be done is make another fixed size array be an array of
> shorts instead of bytes.

The structure is not just for wi driver, but for all 802.11 drivers.
Since nwid is defined as byte array with maximum 32 byte length,
there are no point to change it to short array.
For length field, it can be an any types.

Atsushi Onoe