qcacmn: Set default value for REO dest ctrl register

Currently in some case we are receiving non error packets on REO2TCL
ring, which is causing issue.

Fix is to set DEST_RING_MAPPING_0 to SW1 for REO dest ctrl
register, So that non error packets with reo_destination_indication
with 0x0 in the reo entrance ring will be routed to SW1 ring.

Change-Id: I67f78f35e7dba899943307902d99d0325a60498f
CRs-Fixed: 3150186
This commit is contained in:
Amit Mehta
2022-03-15 23:30:19 -07:00
zatwierdzone przez Madan Koyyalamudi
rodzic a95a769c93
commit d2199b7a99
16 zmienionych plików z 79 dodań i 3 usunięć

Wyświetl plik

@@ -1237,6 +1237,7 @@ static void hal_hw_txrx_ops_attach_6290(struct hal_soc *hal_soc)
hal_soc->ops->hal_get_first_wow_wakeup_packet =
hal_get_first_wow_wakeup_packet_6290;
#endif
hal_soc->ops->hal_compute_reo_remap_ix0 = NULL;
};
struct hal_hw_srng_config hw_srng_table_6290[] = {