qcacmn: Fix lithium HAL generic APIs

HAL generic APIs which use HW definitons that
do not have same value across all lithium chipset
are moved to header files. So that these will be
compiled with appropriate header files

Change-Id: I6c167afa4212c5e884f5e18ff1ccb3bbbba8f5f5
Tento commit je obsažen v:
Chaithanya Garrepalli
2021-06-26 02:07:22 +05:30
odevzdal Madan Koyyalamudi
rodič 05487e226c
revize f79a68f685
13 změnil soubory, kde provedl 362 přidání a 350 odebrání

Zobrazit soubor

@@ -1923,6 +1923,8 @@ static void hal_hw_txrx_ops_attach_qcn9000(struct hal_soc *hal_soc)
hal_soc->ops->hal_rx_flow_setup_fse = hal_rx_flow_setup_fse_9000;
hal_soc->ops->hal_compute_reo_remap_ix2_ix3 =
hal_compute_reo_remap_ix2_ix3_9000;
hal_soc->ops->hal_setup_link_idle_list =
hal_setup_link_idle_list_generic_li;
};
struct hal_hw_srng_config hw_srng_table_9000[] = {