Revert "qcacmn: add reo bit to enable reo qref in fw"

This reverts commit Ib8d4a2f6e7f598d45ba2b2c628ed6f3929fc3337

Change-Id: I00c1fe824d3776961180cc82ec398c0f9da9b403
CRs-Fixed: 3292473
This commit is contained in:
Ruben Columbus
2022-09-22 17:42:52 -07:00
committed by Madan Koyyalamudi
vanhempi 60c0c089cd
commit 15e2647ec7
3 muutettua tiedostoa jossa 0 lisäystä ja 7 poistoa

Näytä tiedosto

@@ -1677,11 +1677,6 @@ static void hal_reo_setup_9224(struct hal_soc *soc, void *reoparams,
reg_val = HAL_REG_READ(soc, HWIO_REO_R0_GENERAL_ENABLE_ADDR(
REO_REG_REG_BASE));
if (soc->version >= 2) {
struct hal_reo_params *reo_params = reoparams;
reo_params->reo_ref_peer_id_fix_enable = 1;
}
hal_reo_config_9224(soc, reg_val, reo_params);
/* Other ring enable bits and REO_ENABLE will be set by FW */