qcacld-3.0: Fix default value of beamformee STS Capability for SAP

A VHT beamformee shall indicate the maximum number of space-time
streams it can receive in a VHT NDP in the Beamformee STS
Capability subfield of the VHT Capabilities Information field of
the VHT Capabilities element. The SAP is advertising STS value
as 8 in both 2G and 5G band. This may cause IOT issues.

Fix the default value of beamformee STS capability value as
default value 3 for SAP.

Change-Id: I026eabeea941a33f1ffab6e498e6de90e182320e
CRs-Fixed: 2448390
This commit is contained in:
Pragaspathi Thilagaraj
2019-05-17 16:49:45 +05:30
کامیت شده توسط nshrivas
والد 48a887afae
کامیت 6fc0a9a120
4فایلهای تغییر یافته به همراه14 افزوده شده و 7 حذف شده

مشاهده پرونده

@@ -41,6 +41,16 @@
#define CFG_VHT_TX_MCS_MAP_STAMAX 0xFFFF
#define CFG_VHT_TX_MCS_MAP_STADEF 0xFFFE
/*
* MLME_CFG_VHT_CSN_BEAMFORMEE_ANT_SUPPORTED_FW_DEF + 1 is
* assumed to be the default fw supported BF antennas, if fw
* says it supports 8 antennas in rx ready event and if
* gTxBFCsnValue INI value is configured above 3, set
* the same to MLME_CFG_VHT_CSN_BEAMFORMEE_ANT_SUPPORTED.
* Otherwise, fall back and set fw default value[3].
*/
#define MLME_VHT_CSN_BEAMFORMEE_ANT_SUPPORTED_FW_DEF 3
#define CFG_STR_DATA_LEN 17
#define CFG_EDCA_DATA_LEN 17
#define CFG_MAX_TX_POWER_2_4_LEN 128