qcacmn: WMI registration change to support to WIN modularization
Change WMI initialization sequence to support WMI modularization. TLV and Non-TLV modules calls WMI module registration based on target type. WMI attach will call respective attach routines based on registration. Change-Id: Id56446f491d129758537913d2d5d6633f8dec918 CRs-Fixed: 2179854
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
157e47813d
commit
67da1bb4af
@@ -40,6 +40,7 @@ QDF_STATUS wmi_extract_dfs_cac_complete_event(void *wmi_hdl,
|
||||
|
||||
return QDF_STATUS_E_FAILURE;
|
||||
}
|
||||
EXPORT_SYMBOL(wmi_extract_dfs_cac_complete_event);
|
||||
|
||||
QDF_STATUS wmi_extract_dfs_radar_detection_event(void *wmi_hdl,
|
||||
uint8_t *evt_buf,
|
||||
@@ -70,3 +71,4 @@ QDF_STATUS wmi_extract_wlan_radar_event_info(void *wmi_hdl,
|
||||
return QDF_STATUS_E_FAILURE;
|
||||
}
|
||||
#endif
|
||||
EXPORT_SYMBOL(wmi_extract_dfs_radar_detection_event);
|
||||
|
Reference in New Issue
Block a user