diff options
| -rwxr-xr-x | fw/wmi_unified.h | 7 | ||||
| -rwxr-xr-x | fw/wmi_version.h | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index 5931871d4eab..84b5b9e04e9a 100755 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -4858,6 +4858,13 @@ typedef enum { WMI_PDEV_PARAM_DATA_STALL_DETECT_ENABLE, /* 0x9b */ /* GCMP Support indication to FW */ WMI_PDEV_PARAM_GCMP_SUPPORT_ENABLE, /* 0x9c */ + /** Enable/Disable chain selection optimization for one chain dtim + * non-zero - Enable optimization and use this non-zero value as the + * chain imbalance threshold for optimization to kick in + * (units = dB) + * 0- Disable optimization + */ + WMI_PDEV_PARAM_1CH_DTIM_OPTIMIZED_CHAIN_SELECTION,/* 0x9d */ } WMI_PDEV_PARAM; typedef struct { diff --git a/fw/wmi_version.h b/fw/wmi_version.h index a4d31ed74f11..805aa24fe8c7 100755 --- a/fw/wmi_version.h +++ b/fw/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_ 503 +#define __WMI_REVISION_ 504 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
