chaitanya
changed
bug 8894
What |
Removed |
Added |
Status |
UNCONFIRMED
|
IN_PROGRESS
|
Ever confirmed |
|
1
|
Comment # 1
on bug 8894
from chaitanya
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.