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:
Pratik Gandhi
2018-01-30 19:05:41 +05:30
کامیت شده توسط Gerrit - the friendly Code Review server
والد 3f5d65a1ab
کامیت 073fa004f8
2فایلهای تغییر یافته به همراه17 افزوده شده و 4 حذف شده

مشاهده پرونده

@@ -108,7 +108,8 @@ struct wmi_rx_ops {
*/
enum wmi_target_type {
WMI_TLV_TARGET,
WMI_NON_TLV_TARGET
WMI_NON_TLV_TARGET,
WMI_MAX_TARGET_TYPE
};
/**