Comment # 2
on bug 9038
from Mark Phillips
Currently the HT capabilities IE decodes like this
Tag: HT Capabilities (802.11n D1.10)
Tag Number: HT Capabilities (802.11n D1.10) (45)
Tag length: 26
HT Capabilities Info: 0x09ad
A-MPDU Parameters: 0x1b
Rx Supported Modulation and Coding Scheme Set: MCS Set
HT Extended Capabilities: 0x0000
.... .... .... ...0 = Transmitter supports PCO: Not supported
.... .... .... .00. = Time needed to transition between 20MHz
and 40MHz: No Transition (0x0000)
.... ..00 .... .... = MCS Feedback capability: STA does not
provide MCS feedback (0x0000)
.... .0.. .... .... = High Throughput: Not supported
.... 0... .... .... = Reverse Direction Responder: Not
supported
Transmit Beam Forming (TxBF) Capabilities: 0x0000
Antenna Selection (ASEL) Capabilities: 0x00
My patch changes this line
.... .0.. .... .... = High Throughput: Not supported
to
.... .0.. .... .... = High Throughput Control (+HTC): Not
supported
You are receiving this mail because:
- You are watching all bug changes.