On Mon, 2007-03-26 at 16:45 -0700, Randy Dunlap wrote: > > +struct ieee802_11_addba_param { > > + __le16 reserved:1; > > + __le16 backPolicy:1; > > + __le16 tid:4; > > + __le16 bufSize:10; > > +} __attribute__ ((packed)); > > + > > +struct ieee80211_delba_param { > > + __le16 reserved:11; > > + __le16 intiator:1; > > + __le16 tid:4; > > +}__attribute__ ((packed)); > > These bitfields are all local to one machine, not transported > across a network to systems where the bitfields may be represented > differently? You wish. No, these bitfields need to die, this is actually part of the "wire" format. johannes
Attachment:
signature.asc
Description: This is a digitally signed message part