diff options
| -rw-r--r-- | target/inc/wmi_unified.h | 7 | ||||
| -rw-r--r-- | target/inc/wmi_version.h | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/target/inc/wmi_unified.h b/target/inc/wmi_unified.h index 77e164ea32de..60608669ab17 100644 --- a/target/inc/wmi_unified.h +++ b/target/inc/wmi_unified.h @@ -4042,6 +4042,13 @@ typedef enum { */ WMI_PDEV_PARAM_PEER_STATS_INFO_ENABLE, + /** Configure Fast PWR Transition mode + * 0x0 -> inidcates Fast PWR transition disabled + * 0x1 -> indicates Static mode enabled + * 0x2 -> indicates Dynamic mode enabled + */ + WMI_PDEV_PARAM_FAST_PWR_TRANSITION, + } WMI_PDEV_PARAM; typedef enum { diff --git a/target/inc/wmi_version.h b/target/inc/wmi_version.h index 33e08109b007..ab9b60ab6875 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_ 328 +#define __WMI_REVISION_ 329 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
