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

Commit 48b8e2e4 authored by spuligil's avatar spuligil Committed by Rahul Choudhary
Browse files

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

WMI: add min_device_tx_pwr field in vdev_start_response_event msg
Also, add WMI_MLO_LINK_SWITCH_REQUEST_EVENTID to ALL_EVT_LIST (missed originally)

Change-Id: I8f617ba3309f7372f0584c32e4d1ae4f3dae1355
CRs-Fixed: 2262693
parent d8df6dd8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2233,6 +2233,7 @@ typedef enum {
    OP(WMI_PDEV_SET_RF_PATH_RESP_EVENTID) \
    OP(WMI_ROAM_SYNCH_KEY_EVENTID) \
    OP(WMI_MLO_PRIMARY_LINK_PEER_MIGRATION_EVENTID) \
    OP(WMI_MLO_LINK_SWITCH_REQUEST_EVENTID) \
    /* add new EVT_LIST elements above this line */


+4 −0
Original line number Diff line number Diff line
@@ -18537,6 +18537,10 @@ typedef struct {
    A_UINT32 mac_tsf_id;
    /** ignore mac_tsf_id unless mac_tsf_id_valid is set */
    A_UINT32 mac_tsf_id_valid;
    /** min_device_tx_pwr_valid = 0 means value is not specified. */
    A_UINT32 min_device_tx_pwr_valid;
    /** minimum allowed device Tx power (in dBm) for this connection. */
    A_INT32  min_device_tx_pwr;
} wmi_vdev_start_response_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_ 1351
#define __WMI_REVISION_ 1352

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