diff options
| author | Nachiket Kukade <nkukade@codeaurora.org> | 2018-04-25 19:11:51 +0530 |
|---|---|---|
| committer | nshrivas <nshrivas@codeaurora.org> | 2018-04-30 02:14:41 -0700 |
| commit | 052d93fc924a5e4533291df0b269636e8f656560 (patch) | |
| tree | 930c8835fe798ce57cf64322b8cb186598ad7017 | |
| parent | 3c933b8b1800d2eebcb46f2cd35fcede388bffc6 (diff) | |
qcacld-3.0: Change default value of CSN Beamformee Antennas to 4
If no INI parameter is mentioned, driver by default sets CSN Beamformee
Antennas supported as 7 to enable 8SS. This needs to be reverted back
to 4SS as per new requirements.
Change WNI_CFG_VHT_CSN_BEAMFORMEE_ANT_SUPPORTED_STADEF to 4.
Change-Id: I8563ce7fc6d17d2253f3e064409435d012a7dd1f
CRs-Fixed: 2231096
| -rw-r--r-- | core/mac/inc/wni_cfg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/mac/inc/wni_cfg.h b/core/mac/inc/wni_cfg.h index f60c7aed85d6..11ecc68517b0 100644 --- a/core/mac/inc/wni_cfg.h +++ b/core/mac/inc/wni_cfg.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2017 The Linux Foundation. All rights reserved. + * Copyright (c) 2011-2018 The Linux Foundation. All rights reserved. * * Previously licensed under the ISC license by Qualcomm Atheros, Inc. * @@ -875,7 +875,7 @@ enum { #define WNI_CFG_VHT_CSN_BEAMFORMEE_ANT_SUPPORTED_STAMIN 0 #define WNI_CFG_VHT_CSN_BEAMFORMEE_ANT_SUPPORTED_STAMAX 8 -#define WNI_CFG_VHT_CSN_BEAMFORMEE_ANT_SUPPORTED_STADEF 8 +#define WNI_CFG_VHT_CSN_BEAMFORMEE_ANT_SUPPORTED_STADEF 4 /* * WNI_CFG_VHT_CSN_BEAMFORMEE_ANT_SUPPORTED_FW_DEF + 1 is * assumed to be the default fw supported BF antennas, if fw |
