瀏覽代碼

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

Change-Id: Ic2210869286fe5c3608347adb8de8ebd5131796a
WMI: add max allowed tx pwr field in VDEV_START_RESPONSE_EVENT msg
CRs-Fixed: 2262693
spuligil 5 年之前
父節點
當前提交
5981ae50da
共有 2 個文件被更改,包括 11 次插入1 次删除
  1. 10 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 10 - 0
fw/wmi_unified.h

@@ -10939,6 +10939,11 @@ typedef struct {
     A_UINT32 cfgd_tx_streams;
     /** Configured Receive Streams **/
     A_UINT32 cfgd_rx_streams;
+    /**
+     * maximum allowed Tx power (in dBm) for this connection.
+     * max_allowed_tx_power = 0 dBm means value is not specified.
+     */
+    A_INT32 max_allowed_tx_power;
 } wmi_vdev_start_response_event_fixed_param;
 
 typedef struct {
@@ -19435,6 +19440,11 @@ typedef struct {
     A_UINT32 reassoc_rsp_len;
     /** the length of reassoc req */
     A_UINT32 reassoc_req_len;
+    /**
+     * maximum allowed Tx power (in dBm) for this connection.
+     * max_allowed_tx_power = 0 dBm means value is not specified.
+     */
+    A_INT32 max_allowed_tx_power;
     /**
      * TLV (tag length value) parameters follows roam_synch_event
      * The TLV's are:

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