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:
Krishna Rao
2017-05-19 22:43:02 +05:30
committed by snandini
parent 2fb392b7d5
commit 0243d51fbe

View File

@@ -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);