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:
@@ -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) \
|
||||
|
Reference in New Issue
Block a user