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:
Govind Singh
2016-03-07 16:30:32 +05:30
parent 25729cee63
commit b75690aa2e
6 changed files with 402 additions and 1 deletions

View File

@@ -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_ */