qcacmn: Add tlv formation of wmi init commands in common wmi layer
Move tlv formation of wmi init commands from umac to common wmi layer. Change-Id: I8511de51f341401b5ba64581ba0f6840cfee1590 CRs-Fixed: 983619
This commit is contained in:
@@ -32,7 +32,10 @@
|
||||
* indicated version does not break WMI compatibility even though it has
|
||||
* a minor version change.
|
||||
*/
|
||||
wmi_whitelist_version_info version_whitelist[] = {
|
||||
#ifndef _WMI_VERSION_WHITELIST_H_
|
||||
#define _WMI_VERSION_WHITELIST_H_
|
||||
static wmi_whitelist_version_info version_whitelist[] = {
|
||||
{0, 0, 0x5F414351, 0x00004C4D, 0, 0}
|
||||
/* Placeholder: Major=0, Minor=0, Namespace="QCA_ML" (Dummy entry) */
|
||||
};
|
||||
#endif /* _WMI_VERSION_WHITELIST_H_ */
|
||||
|
Reference in New Issue
Block a user