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:

zatwierdzone przez
Sandeep Puligilla

rodzic
91ac5ea418
commit
469053dcb6
@@ -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]));
|
||||
|
Reference in New Issue
Block a user