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

Commit 7f4d23ab authored by spuligil's avatar spuligil Committed by Ravindra Konda
Browse files

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

Change-Id: I805d569900f5561f2aa2a76ca5f4b48c6dddf176
CRs-Fixed: 2262693
parent 9ccdc3fb
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -7876,7 +7876,10 @@ typedef struct {
    A_UINT32 tlv_header;
    /* vdev id indicating to which the vdev, this chainmask configuration will be applied. */
    A_UINT32 vdev_id;
    /* number of chains to use for transmissions in 2.4 GHz band */
    /* number of chains to use for transmissions in 2.4 GHz band
     * If vdev is MLO vdev, below 2g params apply to all 2.4 GHz band links
     * If vdev is MLO vdev, below 5g params apply to all 5/6 GHz band links
     */
    A_UINT32 num_tx_chains_2g;
    /* number of chains to use for reception in 2.4 GHz band */
    A_UINT32 num_rx_chains_2g;
@@ -7906,6 +7909,10 @@ typedef struct {
    A_UINT32 disable_tx_mrc_5g;
    /* If non-zero then use only one chain for RX when connection rx_nss is 1 in 5 GHz */
    A_UINT32 disable_rx_mrc_5g;
    /* Whether fast chain selection is needed when TX chain num is 1 */
    A_UINT32 fast_chain_selection;
    /* RSSI delta threshold to determine better chain, units: dB */
    A_UINT32 better_chain_rssi_threshold;
} wmi_vdev_chainmask_config_cmd_fixed_param;
/*
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,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_ 1457
#define __WMI_REVISION_ 1458

/** The Version Namespace should not be normally changed. Only
 *  host and firmware of the same WMI namespace will work