qcacmn: Reducing function name to fix unresolved symbols

There is a limitation in function name length for exported
symbols, because of this we are seeing unresolved symbols.

CRs-Fixed: 2016643.
Change-Id: Idffc3a9d958c8042cf32ba3b07ca3020c31db6be
This commit is contained in:
Adil Saeed Musthafa
2017-04-20 00:10:09 -07:00
zatwierdzone przez Sandeep Puligilla
rodzic 91ac5ea418
commit 469053dcb6
4 zmienionych plików z 11 dodań i 11 usunięć

Wyświetl plik

@@ -305,7 +305,7 @@ int init_deinit_service_ext_ready_event_handler(ol_scn_t scn_handle,
if (err_code)
goto free_param_and_exit;
if (wlan_objmgr_ext_service_ready_chainmask_table_caplist_alloc(
if (wlan_objmgr_ext_service_ready_chainmask_table_alloc(
&(service_param->service_ext_param)) == QDF_STATUS_SUCCESS) {
err_code = populate_chainmaks_tables(wmi_handle, event,
&(service_param->service_ext_param.chainmask_table[0]));