diff options
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 7 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_version.h | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index 24b50f734217..09356853dff2 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -4995,6 +4995,13 @@ typedef enum { * rate will be used instead. */ WMI_PDEV_PARAM_CCK_TX_ENABLE, /* 0x9e */ + /* + * Set the user-specified antenna gain, but in 0.5 dB units. + * This is a finer-granularity version of WMI_PDEV_PARAM_ANTENNA_GAIN. + * E.g. to set a gain of 15.5 dB, a value of 31 could be provided as the + * value accompanying the PDEV_PARAM_ANTENNA_GAIN_HALF_DB parameter type. + */ + WMI_PDEV_PARAM_ANTENNA_GAIN_HALF_DB, /* 0x9f */ } WMI_PDEV_PARAM; typedef enum { diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index 802674b46277..09631c7afba0 100644 --- a/CORE/SERVICES/COMMON/wmi_version.h +++ b/CORE/SERVICES/COMMON/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_ 522 +#define __WMI_REVISION_ 523 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
