瀏覽代碼

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

Change-Id: Ib612486903c698839cd89c3539fc780e2a6439b4
WMI: add per chain noise floor values to chan_info event msg
CRs-Fixed: 2262693
spuligil 5 年之前
父節點
當前提交
9229586bef
共有 2 個文件被更改,包括 6 次插入1 次删除
  1. 5 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 5 - 0
fw/wmi_unified.h

@@ -12263,6 +12263,11 @@ typedef struct {
     A_UINT32 mac_clk_mhz;
     /** unique id identifying the VDEV */
     A_UINT32 vdev_id;
+    /**
+     * Noise Floor value for all chain in dBm.
+     * If per_chain_noise_floor value is 0 then it should be ignored.
+     */
+    A_UINT32 per_chain_noise_floor[WMI_MAX_CHAINS];
 } wmi_chan_info_event_fixed_param;
 
 /**

+ 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_ 736
+#define __WMI_REVISION_ 737
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work