This is a request for adoption of a new version of the MCS extension. I've split out the aMPDU extension since that seems more natural. The MCS extension allows giving MCS information about a frame. The normative text of this proposal follows (minus formatting): --- begin normative text --- MCS Bit number 19 Structure u8 known, u8 flags, u8 mcs Required alignment 1 The MCS field indicates the MCS rate index as in IEEE_802.11n-2009. The "known" field indicates which information is known: | flag | definition --------------------- | 0x01 | bandwidth | 0x02 | MCS index known (in "mcs" part of the field) | 0x04 | guard interval | 0x08 | HT format | 0x10 | FEC type | 0xe0 | reserved The "flags" field is any combination of the following: | flag | definition ----------------------------- | 0x03 | bandwidth - 0: 20, 1: 40, 2: 20L, 3: 20U | 0x04 | guard interval - 0: long GI, 1: short GI | 0x08 | HT format - 0: mixed, 1: greenfield | 0x10 | FEC type - 0: BCC, 1: LDPC | 0xe0 | reserved --- end normative text --- I've implemented this in mac80211 (the Linux 802.11 stack) and in wireshark, both patches are attached. Due to holidays, I suggest the following timeline: * comment period until Jan. 15th * tentatively adopt Jan. 22nd * fully adopt end of January I'm also preparing a separate aMPDU field -- see http://www.radiotap.org/suggested-fields/aMPDU%20status johannes