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

Commit d819d888 authored by spuligil's avatar spuligil Committed by snandini
Browse files

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

Change-Id: Ic8dc578af47a0846c04b9035cadb1dfdf5ceed71
WMI: add optional preferred rx,tx streams specs to multi vdev restart msg
CRs-Fixed: 2262693
parent e58c2726
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -4122,7 +4122,9 @@ WMITLV_CREATE_PARAM_STRUC(WMI_HW_DATA_FILTER_CMDID);
    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_pdev_multiple_vdev_restart_request_cmd_fixed_param, wmi_pdev_multiple_vdev_restart_request_cmd_fixed_param, fixed_param, WMITLV_SIZE_FIX) \
    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_UINT32, A_UINT32, vdev_ids, WMITLV_SIZE_VAR) \
    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_channel, wmi_channel, chan, WMITLV_SIZE_FIX) \
    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_UINT32, A_UINT32, phymode_list, WMITLV_SIZE_VAR)
    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_UINT32, A_UINT32, phymode_list, WMITLV_SIZE_VAR) \
    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_UINT32, A_UINT32, preferred_tx_stream_list, WMITLV_SIZE_VAR) \
    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_UINT32, A_UINT32, preferred_rx_stream_list, WMITLV_SIZE_VAR)
WMITLV_CREATE_PARAM_STRUC(WMI_PDEV_MULTIPLE_VDEV_RESTART_REQUEST_CMDID);

#define WMITLV_TABLE_WMI_PDEV_UPDATE_PKT_ROUTING_CMDID(id,op,buf,len) \
+4 −0
Original line number Diff line number Diff line
@@ -27796,6 +27796,10 @@ typedef struct {
     *    each phymode value stored in bits 5:0 of the A_UINT32.
     *    Use the WMI_MULTIPLE_VDEV_RESTART_FLAG_GET/SET_PHYMODE macros
     *    to access the phymode value from within each A_UINT32 element.
     * A_UINT32 preferred_tx_streams[]; <-- Array of preferred_tx_streams
     *    with vdev ID as index.
     * A_UINT32 preferred_rx_streams[]; <-- Array of preferred_rx_streams
     *    with vdev ID as index.
     */
} wmi_pdev_multiple_vdev_restart_request_cmd_fixed_param;
+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_ 928
#define __WMI_REVISION_ 929

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