qcacld-3.0: Fix the issue with SU Tx beamformer cfg setting

There are two cfg setting parameters defined for SU Tx beamformer
and improperly updated the cfg settings hence the Tx beamformer
capability advertised as unsupported always.
Remove the redundant setting for SU Tx beamformer and update the cfg
with correct values.

Change-Id: I422179ae87ab5c561f0356bcab4585fbdc53c0bd
CRs-Fixed: 2343090
This commit is contained in:
Kiran Kumar Lokere
2018-10-31 18:47:33 -07:00
committed by nshrivas
父節點 2da56437f1
當前提交 fe5c596801
共有 4 個文件被更改,包括 3 次插入13 次删除

查看文件

@@ -166,11 +166,6 @@
0, \
"VHT ENABLE TXBF 20MHZ")
#define CFG_VHT_SU_BEAMFORMER_CAP CFG_BOOL( \
"su_bformer", \
0, \
"VHT SU BEAMFORMER CAP")
#define CFG_VHT_MU_BEAMFORMER_CAP CFG_BOOL( \
"mu_bformer", \
0, \
@@ -566,7 +561,6 @@
#define CFG_VHT_CAPS_ALL \
CFG(CFG_VHT_SUPP_CHAN_WIDTH) \
CFG(CFG_VHT_SU_BEAMFORMER_CAP) \
CFG(CFG_VHT_SU_BEAMFORMEE_CAP) \
CFG(CFG_VHT_BEAMFORMEE_ANT_SUPP) \
CFG(CFG_VHT_ENABLE_TX_SU_BEAM_FORMER) \