Browse Source

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

Change-Id: I1bf826fde0ddbef82fc7653f6448fc0baabf13c3
WMI: add en_beamforming flag in wmi_tx_send_params
CRs-Fixed: 2262693
spuligil 3 years ago
parent
commit
a9278acd82
2 changed files with 7 additions and 6 deletions
  1. 6 5
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 6 - 5
fw/wmi_unified.h

@@ -5783,15 +5783,16 @@ typedef struct {
                  */
                 preamble_type: 5,
 
-                /* Data:1 Mgmt:0
-                 */
+                /* Data:1 Mgmt:0 */
                 frame_type: 1,
 
-                /* Capture CFR when bit is set
-                 */
+                /* Capture CFR when bit is set */
                 cfr_capture: 1,
 
-                reserved1_31_22: 10;
+                /* Enables Beamforming when bit is set */
+                en_beamforming: 1,
+
+                reserved1_31_23: 9;
         };
         A_UINT32 tx_param_dword1;
     };

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