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:

کامیت شده توسط
Gerrit - the friendly Code Review server

والد
3f5d65a1ab
کامیت
073fa004f8
@@ -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
|
||||
};
|
||||
|
||||
/**
|
||||
|
مرجع در شماره جدید
Block a user