Преглед изворни кода

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
Krishna Rao пре 8 година
родитељ
комит
0243d51fbe
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      target_if/init_deinit/src/service_ready_event_handler.c

+ 3 - 0
target_if/init_deinit/src/service_ready_event_handler.c

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