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

Commit 178f53bd authored by spuligil's avatar spuligil
Browse files

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

Change-Id: I3de61c7d4c47b0cf97431badb39f598d299fe18a
WMI: add [tx,rx] max BA win size fields into SERVICE_READY_EXT2_EVENT msg
CRs-Fixed: 2262693
parent 529d8a4f
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -3463,6 +3463,16 @@ typedef struct {
     */
    A_UINT32 hw_bd_status;
    /*
     * max block ack window size FW supports for tx.
     */
    A_UINT32 tx_aggr_ba_win_size_max;
    /*
     * max block ack window size FW supports for rx.
     */
    A_UINT32 rx_aggr_ba_win_size_max;
    /* Followed by next TLVs:
     *     WMI_DMA_RING_CAPABILITIES          dma_ring_caps[];
     *     wmi_spectral_bin_scaling_params    wmi_bin_scaling_params[];
+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_ 1255
#define __WMI_REVISION_ 1256

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