diff options
author | Ping-Ke Shih <[email protected]> | 2019-10-02 14:35:30 +0800 |
---|---|---|
committer | Kalle Valo <[email protected]> | 2019-10-04 16:45:05 +0300 |
commit | 4f5bb7ff8b8d4bafd91243fc969ed240e67aa1ca (patch) | |
tree | 36c70755eda70cd115cbbc691a645782b6ffd228 /tools/perf/scripts/python/netdev-times.py | |
parent | cc20a713983684b6760a21591516fb64e29aecfd (diff) |
rtw88: fix NSS of hw_cap
8822C is a 2x2 11ac chip, and then NSS must be less or equal to 2. However,
current nss of hw cap is 3, likes
hw cap: hci=0x0f, bw=0x07, ptcl=0x03, ant_num=7, nss=3
This commit adds constraint to make sure NSS <= rf_path_num, and result
looks like
hw cap: hci=0x0f, bw=0x07, ptcl=0x03, ant_num=7, nss=2
Fixes: e3037485c68e ("rtw88: new Realtek 802.11ac driver")
Signed-off-by: Ping-Ke Shih <[email protected]>
Signed-off-by: Yan-Hsuan Chuang <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions