Document vendor command ratemask bitmap for EHT case
In addition, update the comment on the number of bits used with HE to match the defined bits. Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
parent
58017de69d
commit
77f39ed23b
1 changed files with 5 additions and 1 deletions
|
@ -14296,7 +14296,11 @@ enum qca_wlan_ratemask_params_type {
|
|||
* @QCA_WLAN_VENDOR_ATTR_RATEMASK_PARAMS_BITMAP: binary, rate mask bitmap.
|
||||
* A bit value of 1 represents rate is enabled and a value of 0
|
||||
* represents rate is disabled.
|
||||
* For HE targets, 12 bits correspond to one NSS setting.
|
||||
* For EHT targets,
|
||||
* b0-1 => NSS1, MCS 14-15
|
||||
* b2-15 => NSS1, MCS 0-13
|
||||
* b16-29 => NSS2, MCS 0-13
|
||||
* For HE targets, 14 bits correspond to one NSS setting.
|
||||
* b0-13 => NSS1, MCS 0-13
|
||||
* b14-27 => NSS2, MCS 0-13 and so on for other NSS.
|
||||
* For VHT targets, 10 bits correspond to one NSS setting.
|
||||
|
|
Loading…
Reference in a new issue