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

Commit 70d2e993 authored by spuligil's avatar spuligil Committed by Ravindra Konda
Browse files

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

WMI: add band info bitfield to mgmt_tx_compl_event
Change-Id: Ib69fd8fa9767f21956606b983344b422e1507f8e
CRs-Fixed: 2262693
parent 097d89c8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -8297,6 +8297,8 @@ typedef struct {
     * nfcal_iteration_counts[0] - home NF iteration counter
     * nfcal_iteration_counts[1] - scan NF iteration counter
     * nfcal_iteration_counts[2] - periodic NF iteration counter
     * These counters are not reset automatically; they are only reset
     * when explicitly requested by the host.
     */
    A_UINT32 nfcal_iteration_counts[3];
} htt_stats_phy_reset_stats_tlv;
+8 −0
Original line number Diff line number Diff line
@@ -9860,6 +9860,14 @@ typedef struct {
    /* current 64 bit TSF timestamp */
    A_UINT32 tx_tsf_l32;
    A_UINT32 tx_tsf_u32;
    /* info:
     * Bit[0:2]   - band on which frame is sent, band value will be
     *              one of the wmi_mlo_band_info_t enum constants.
     *              Macros WMI_ROAM_BTM_RESP_MLO_BAND_INFO_GET,SET
     *              can be reused for setting mlo band info.
     * Bit[3:31]  - reserved
     */
    A_UINT32 info;
} wmi_mgmt_tx_compl_event_fixed_param;
typedef struct {
+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_ 1408
#define __WMI_REVISION_ 1409

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