diff options
| -rw-r--r-- | target/inc/wmi_unified.h | 2 | ||||
| -rw-r--r-- | target/inc/wmi_version.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/target/inc/wmi_unified.h b/target/inc/wmi_unified.h index 52061db17407..efe0c4fe5a09 100644 --- a/target/inc/wmi_unified.h +++ b/target/inc/wmi_unified.h @@ -4828,6 +4828,8 @@ typedef struct { * tx time per power level stats. */ A_UINT32 power_level_offset; + /* radio id for this tx time per power level statistics (if multiple radio supported) */ + A_UINT32 radio_id; /* * This TLV will be followed by a TLV containing a variable-length * array of A_UINT32 with tx time per power level data diff --git a/target/inc/wmi_version.h b/target/inc/wmi_version.h index c336b37136f8..9bfb9364e4c0 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_ 308 +#define __WMI_REVISION_ 309 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
