qcacmn: Set max active scan limit for non-TLV chipsets
Call target_if_scan_set_max_active_scans() to set the max active scan limit to WLAN_MAX_ACTIVE_SCANS_ALLOWED, for non-TLV chipsets. CRs-Fixed: 2049689 Change-Id: I4e5700ed5e7ffbde49652a961ecd14fb3eacaceb
This commit is contained in:
@@ -116,6 +116,9 @@ int init_deinit_service_ready_event_handler(ol_scn_t scn_handle,
|
||||
|
||||
wlan_objmgr_populate_service_ready_data(psoc, service_param);
|
||||
|
||||
target_if_scan_set_max_active_scans(psoc,
|
||||
WLAN_MAX_ACTIVE_SCANS_ALLOWED);
|
||||
|
||||
free_param_and_exit:
|
||||
qdf_mem_free(service_param);
|
||||
|
||||
|
Reference in New Issue
Block a user