diff options
author | Ping-Ke Shih <[email protected]> | 2019-12-20 17:21:46 +0800 |
---|---|---|
committer | Kalle Valo <[email protected]> | 2020-01-26 17:38:05 +0200 |
commit | 35a68fa5f96a80797e11b6952a47c5a84939a7bf (patch) | |
tree | 2fe34ee33f1e67de36c820a3bd8211f5ba03c1bc /tools/perf/scripts/python | |
parent | b6c12908a33e4e413523e73464cd5957690f1a76 (diff) |
rtw88: fix rate mask for 1SS chip
The rate mask is used to tell firmware the supported rate depends on
negotiation. We loop 2 times for all VHT/HT 2SS rate mask first, and then
only keep the part according to chip's NSS.
This commit fixes the logic error of '&' operations for VHT/HT rate, and
we should run this logic before adding legacy rate.
To access HT MCS map, index 0/1 represent MCS 0-7/8-15 respectively. Use
NL80211_BAND_xxx is incorrect, so fix it as well.
Signed-off-by: Ping-Ke Shih <[email protected]>
Signed-off-by: Yan-Hsuan Chuang <[email protected]>
Reviewed-by: Chris Chiu <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions