Search Linux Wireless

Re: [patch 4/5] IEEE 802.11n management action frame data structures

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux