diff --git a/target/inc/wmi_unified.h b/target/inc/wmi_unified.h index e195c3e6d6..c6bc385515 100644 --- a/target/inc/wmi_unified.h +++ b/target/inc/wmi_unified.h @@ -15147,10 +15147,10 @@ typedef struct { /* DISA feature related data structures */ #define MAX_MAC_HEADER_LEN 32 typedef enum { - INVALID, - ENCRYPT = 1, - DECRYPT = 2, -} ENCRYPT_DECRYPT_FLAG; + WMI_ENCRYPT_DECRYPT_FLAG_INVALID, + WMI_ENCRYPT = 1, + WMI_DECRYPT = 2, +} WMI_ENCRYPT_DECRYPT_FLAG; typedef struct { /** @@ -15160,7 +15160,7 @@ typedef struct { A_UINT32 tlv_header; /** unique id identifying the VDEV, generated by the caller */ A_UINT32 vdev_id; - ENCRYPT_DECRYPT_FLAG key_flag; + A_UINT32 key_flag; /* WMI_ENCRYPT_DECRYPT_FLAG */ A_UINT32 key_idx; A_UINT32 key_cipher; A_UINT32 key_len; /* units = bytes */ diff --git a/target/inc/wmi_version.h b/target/inc/wmi_version.h index 91d5f267d2..4146ab4e0b 100644 --- a/target/inc/wmi_version.h +++ b/target/inc/wmi_version.h @@ -36,7 +36,7 @@ #define __WMI_VER_MINOR_ 0 /** WMI revision number has to be incremented when there is a * change that may or may not break compatibility */ -#define __WMI_REVISION_ 297 +#define __WMI_REVISION_ 298 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work