Explorar o código

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
spuligil %!s(int64=5) %!d(string=hai) anos
pai
achega
17fea723e3
Modificáronse 2 ficheiros con 12 adicións e 10 borrados
  1. 11 9
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 11 - 9
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)

+ 1 - 1
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