Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 8894] Tx MCS set is not interpreted properly in WLAN beaco

Date: Wed, 03 Jul 2013 18:52:36 +0000

changed bug 8894

What Removed Added
Status UNCONFIRMED IN_PROGRESS
Ever confirmed   1

Comment # 1 on bug 8894 from
We need to fix this by taking in to the values of "Tx MCS Defined" and "Tx MCS
not Equal to Rx MCS" and "Tx UEQM Supported".

Based on the three we need to interpret the "Tx Maximum Spatial Streams
Supported" :

TX_MCS_DEFINED        TX_MCS_NEQ_RX    TX_UEQM_SUPP    TX_MAX_SS
===================================================================
0            0            0    0 (Not defined)
1            0            0    0 Equal to Rx (<=MCS 32)
1            0            0    0 Equal to Rx (> MCS 32)
1            1            0    0-4 (MCS 0-76)


Preparing a patch, will submit it for review.


You are receiving this mail because:
  • You are watching all bug changes.