浏览代码

fw-api: CL 7288329 - update fw common interface files

add WMI_CHAN_WIDTH_165 def

Change-Id: I3ddb05064a0dbe8ea18bed003dbcaf162a93fddc
CRs-Fixed: 2262693
spuligil 5 年之前
父节点
当前提交
699d1f14c2
共有 2 个文件被更改,包括 3 次插入10 次删除
  1. 2 9
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 2 - 9
fw/wmi_unified.h

@@ -6848,6 +6848,7 @@ typedef enum {
     WMI_CHAN_WIDTH_80P80 = 4,
     WMI_CHAN_WIDTH_5     = 5,
     WMI_CHAN_WIDTH_10    = 6,
+    WMI_CHAN_WIDTH_165   = 7,
 } wmi_channel_width;
 
 /*Clear stats*/
@@ -24939,15 +24940,7 @@ typedef struct {
      * [7:0]  : channel metric -  0 = unusable, 1 = worst, 100 = best
      * [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,
+     *          halphy code.  This bit field uses wmi_channel_width.
      * [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_ 671
+#define __WMI_REVISION_ 672
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work