qcacmn: Separate WLAN fastpath featured CE service APIs

Move WLAN fastpath featured CE service APIs to ce_service_legacy.c
since they are not used by any ce_service_srng.c APIs.

Change-Id: I7bb51025c477e8e2428479e41baed274ee4f7cae
CRs-Fixed: 2324003
This commit is contained in:
Aditya Sathish
2018-10-25 10:02:05 +05:30
committed by nshrivas
parent d3c3cb004b
commit 80bbaef931
9 changed files with 636 additions and 615 deletions

View File

@@ -1015,6 +1015,7 @@ void hif_update_napi_max_poll_time(struct CE_state *ce_state,
napi_info->stats[cpu_id].napi_max_poll_time)
napi_info->stats[cpu_id].napi_max_poll_time = napi_poll_time;
}
qdf_export_symbol(hif_update_napi_max_poll_time);
#ifdef HIF_IRQ_AFFINITY
/**