qcacmn: WMI service ready convergence changes
Converge on common WMI event handling for (ext)service ready such that common PSOC object can be populated after common parsing. Legacy (ext)service ready handlers continue to co-exist to support legacy modules. Legacy service ready handlers can be removed once legacy modules are also componentized and start using new object model of PSOC, PDEV, VDEV and PEER. To support multiple SoCs register for various psoc objects via legacy callback registration routine during psoc probe and populate common psoc object once WMI (ext)service ready event is parsed. CRs-Fixed: 1110768 Change-Id: I966b8f7c775a19ac6e51ad5217a2dd0287acfada
This commit is contained in:
@@ -1107,7 +1107,8 @@ QDF_STATUS wmi_unified_init_cmd_send(void *wmi_hdl,
|
||||
|
||||
bool wmi_service_enabled(void *wmi_hdl, uint32_t service_id);
|
||||
|
||||
QDF_STATUS wmi_save_service_bitmap(void *wmi_hdl, void *evt_buf);
|
||||
QDF_STATUS wmi_save_service_bitmap(void *wmi_hdl, void *evt_buf,
|
||||
void *bitmap_buf);
|
||||
|
||||
QDF_STATUS wmi_save_fw_version(void *wmi_hdl, void *evt_buf);
|
||||
|
||||
|
Reference in New Issue
Block a user