commit | cbcc6545bae1dd77affac2181eb7723988bf7d14 | [log] [tgz] |
---|---|---|
author | Naveen Rawat <naveenrawat@codeaurora.org> | Mon Oct 30 17:55:03 2017 -0700 |
committer | snandini <snandini@codeaurora.org> | Thu Nov 02 00:08:27 2017 -0700 |
tree | 90a7c38818ab833b71ae9baf4fc51aed1113df64 | |
parent | 39afb000ed24e400e8177569c60337676d2bfb89 [diff] |
qcacld-3.0: Fix mcs/nss calculations for HE 1) In function lim_populate_he_mcs_set in case 2x2 is disabled, mcs is being set incorrectly. Fix this assignment by using correct macro to disable 2 or higher MCS set. 2) Fix HE_GET_NSS macro to get NSS. 2) In function lim_populate_peer_rate_set, NSS was being calculated on peer MCS, instead of intersected MCS. Fix this by using intersected MCS for NSS calculation. Change-Id: Id674a90b69771b83c75c7aa316ead0b63df93891 CRs-Fixed: 2135014