|
@@ -1994,12 +1994,10 @@ int hdd_update_tgt_cfg(hdd_handle_t hdd_handle, struct wma_tgt_cfg *cfg)
|
|
|
hdd_err("set tx_bfee_ant_supp failed");
|
|
|
}
|
|
|
|
|
|
- if ((value >
|
|
|
- WNI_CFG_VHT_CSN_BEAMFORMEE_ANT_SUPPORTED_FW_DEF) &&
|
|
|
+ if ((value > MLME_VHT_CSN_BEAMFORMEE_ANT_SUPPORTED_FW_DEF) &&
|
|
|
!cfg->tx_bfee_8ss_enabled) {
|
|
|
- status =
|
|
|
- ucfg_mlme_cfg_set_vht_tx_bfee_ant_supp(hdd_ctx->psoc,
|
|
|
- WNI_CFG_VHT_CSN_BEAMFORMEE_ANT_SUPPORTED_FW_DEF);
|
|
|
+ status = ucfg_mlme_cfg_set_vht_tx_bfee_ant_supp(hdd_ctx->psoc,
|
|
|
+ MLME_VHT_CSN_BEAMFORMEE_ANT_SUPPORTED_FW_DEF);
|
|
|
if (QDF_IS_STATUS_ERROR(status)) {
|
|
|
status = false;
|
|
|
hdd_err("set tx_bfee_ant_supp failed");
|