Przeglądaj źródła

qcacmn: Add support to handle multiple radio stats event

Currently driver can handle only one radio stats event,
if the size of radio event exceeds more than the size which
can be accommodated in single WMI event in that case FW needs
to send multiple radio stats events.

Add support in host to send WMI capability to indicate FW
that host supports the multiple radio events.

Change-Id: Ifb89419715c87959095c0c88a23c8dd650d456e7
CRs-Fixed: 2783251
Ashish Kumar Dhanotiya 4 lat temu
rodzic
commit
a24cd669cc
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      wmi/src/wmi_unified_tlv.c

+ 2 - 0
wmi/src/wmi_unified_tlv.c

@@ -7191,6 +7191,8 @@ void wmi_copy_resource_config(wmi_resource_config *resource_cfg,
 	WMI_RSRC_CFG_HOST_SERVICE_FLAG_NAN_IFACE_SUPPORT_SET(
 		resource_cfg->host_service_flags,
 		tgt_res_cfg->nan_separate_iface_support);
+	WMI_RSRC_CFG_HOST_SERVICE_FLAG_HOST_SUPPORT_MULTI_RADIO_EVTS_PER_RADIO_SET(
+		resource_cfg->host_service_flags, 1);
 
 }