diff options
| author | spuligil <spuligil@codeaurora.org> | 2019-05-23 06:03:43 -0700 |
|---|---|---|
| committer | spuligil <spuligil@codeaurora.org> | 2019-05-23 06:03:43 -0700 |
| commit | 5d967a193954413edce7f3365c8c4afa18151fac (patch) | |
| tree | d9ffa0ccb5e1c0cab408f29e38e58b6979555aee | |
| parent | e73218f8583326fa3bc6ba8db5375790e51b228c (diff) | |
fw-api: CL 7213672 - update fw common interface files
Change-Id: Ie5cf5ed51b2a2a3d1b6bba2c2ef5f8230a2dda8a
WMI: adjust meaning of BW values within CHAN_RF_CHARACTERIZATON_INFO
CRs-Fixed: 2262693
| -rwxr-xr-x | fw/wmi_unified.h | 20 | ||||
| -rwxr-xr-x | fw/wmi_version.h | 2 |
2 files changed, 12 insertions, 10 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index 607324f68b95..f5951b804ee7 100755 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -24919,15 +24919,17 @@ typedef struct { /** * [7:0] : channel metric - 0 = unusable, 1 = worst, 100 = best - * [11:8] : channel BW - - * 0 = 20MHz - * 1 = 40MHz - * 2 = 80MHz - * 3 = 160MHz - * (4-10 unused) - * 11 = 5MHz - * 12 = 10MHz - * (13-15 unused) + * [11:8] : channel BW - This bit-field uses values compatible with + * enum definitions used internally within the target's + * halphy code. These values are specified below. + * BW_20MHZ = 0, + * BW_40MHZ = 1, + * BW_80MHZ = 2, + * BW_160MHZ = 3, + * BW_80P80MHZ = 4, + * BW_5MHZ = 5, + * BW_10MHZ = 6, + * BW_165MHZ = 7, * [15:12]: Reserved * [31:16]: Frequency - Center frequency of the channel for which * the RF characterisation info applies (MHz) diff --git a/fw/wmi_version.h b/fw/wmi_version.h index e7141f85ad7d..93f4659a171d 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_ 667 +#define __WMI_REVISION_ 668 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
