Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a9278acd authored by spuligil's avatar spuligil Committed by Madan Koyyalamudi
Browse files

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
parent 65ffd6cd
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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