From 052d93fc924a5e4533291df0b269636e8f656560 Mon Sep 17 00:00:00 2001 From: Nachiket Kukade Date: Wed, 25 Apr 2018 19:11:51 +0530 Subject: 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 --- core/mac/inc/wni_cfg.h | 4 ++-- 1 file 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 -- cgit v1.2.3