Переглянути джерело

qcacmn: Change WMI API's event_buf length type to uint32_t

Change all the WMI API's event buf length param to
uint32_t to adjust to event buf length param type
in the wmi_unified_event_handler().These changes are
needed to converge on the common service ready handlers.

Change-Id: I553bab579f514c356b59b003c0ec66c17e60e26f
CRs-Fixed: 1110768
Rajeev Kumar 8 роки тому
батько
коміт
45fdf7f69c
2 змінених файлів з 2 додано та 2 видалено
  1. 1 1
      wmi_unified_api.h
  2. 1 1
      wmi_unified_priv.h

+ 1 - 1
wmi_unified_api.h

@@ -1134,7 +1134,7 @@ QDF_STATUS wmi_extract_fw_abi_version(void *wmi_hdl,
 QDF_STATUS wmi_check_and_update_fw_version(void *wmi_hdl, void *ev);
 
 uint8_t *wmi_extract_dbglog_data_len(void *wmi_hdl,
-				void *evt_b, uint16_t *len);
+				void *evt_b, uint32_t *len);
 
 QDF_STATUS wmi_send_ext_resource_config(void *wmi_hdl,
 				wmi_host_ext_resource_config *ext_cfg);

+ 1 - 1
wmi_unified_priv.h

@@ -933,7 +933,7 @@ QDF_STATUS (*ready_extract_mac_addr)(wmi_unified_t wmi_hdl, void *ev,
 		uint8_t *macaddr);
 QDF_STATUS (*check_and_update_fw_version)(wmi_unified_t wmi_hdl, void *ev);
 uint8_t* (*extract_dbglog_data_len)(wmi_unified_t wmi_handle, void *evt_buf,
-		uint16_t *len);
+		uint32_t *len);
 QDF_STATUS (*send_ext_resource_config)(wmi_unified_t wmi_handle,
 		wmi_host_ext_resource_config *ext_cfg);