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

Commit 6e7cb095 authored by spuligil's avatar spuligil Committed by Ravindra Konda
Browse files

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

Change-Id: I3ed2a7da0e0ace25d3776f57d39aef88b7470236
CRs-Fixed: 3830439
parent e824d873
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -1464,6 +1464,9 @@ typedef enum {
    WMITLV_TAG_STRUC_wmi_mlo_link_reconfig_complete_fixed_param,
    WMITLV_TAG_STRUC_wmi_mlo_link_add_param,
    WMITLV_TAG_STRUC_wmi_mlo_link_del_param,
    WMITLV_TAG_STRUC_wmi_pdev_wifi_radar_cap_evt_fixed_param,
    WMITLV_TAG_STRUC_wmi_wifi_radar_ltf_length_capabilities,
    WMITLV_TAG_STRUC_wmi_wifi_radar_chain_capabilities,
} WMITLV_TAG_ID;
/*
 * IMPORTANT: Please add _ALL_ WMI Commands Here.
@@ -2355,6 +2358,7 @@ typedef enum {
    OP(WMI_C2C_DETECT_EVENTID) \
    OP(WMI_SCAN_CACHE_RESULT_EVENTID) \
    OP(WMI_MLO_LINK_RECONFIG_START_INDICATION_EVENTID) \
    OP(WMI_PDEV_WIFI_RADAR_CAPABILITIES_EVENTID) \
    /* add new EVT_LIST elements above this line */


@@ -5785,6 +5789,12 @@ WMITLV_CREATE_PARAM_STRUC(WMI_SERVICE_READY_EXT2_EVENTID);
    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_spectral_fft_size_capabilities, fft_size_caps, WMITLV_SIZE_VAR)
WMITLV_CREATE_PARAM_STRUC(WMI_SPECTRAL_CAPABILITIES_EVENTID);

#define WMITLV_TABLE_WMI_PDEV_WIFI_RADAR_CAPABILITIES_EVENTID(id,op,buf,len) \
    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_pdev_wifi_radar_cap_evt_fixed_param, wmi_pdev_wifi_radar_cap_evt_fixed_param, fixed_param, WMITLV_SIZE_FIX) \
    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_wifi_radar_ltf_length_capabilities, wr_ltf_caps, WMITLV_SIZE_VAR) \
    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_wifi_radar_chain_capabilities, wr_chain_caps, WMITLV_SIZE_VAR)
WMITLV_CREATE_PARAM_STRUC(WMI_PDEV_WIFI_RADAR_CAPABILITIES_EVENTID);

#define WMITLV_TABLE_WMI_CHAN_RF_CHARACTERIZATION_INFO_EVENTID(id,op,buf,len) \
     WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_chan_rf_characterization_info_event_fixed_param, wmi_chan_rf_characterization_info_event_fixed_param, fixed_param, WMITLV_SIZE_FIX) \
     WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, WMI_CHAN_RF_CHARACTERIZATION_INFO, wmi_chan_rf_characterization_info, WMITLV_SIZE_VAR)
+48 −0
Original line number Diff line number Diff line
@@ -1895,6 +1895,12 @@ typedef enum {
    /* Event to indicate ANN Power Boost update status from Target */
    WMI_PDEV_POWER_BOOST_EVENTID,
    /*
     * WMI event to share Wi-Fi Radar -
     * monostatic Wi-Fi sensing technique capabalites
     */
    WMI_PDEV_WIFI_RADAR_CAPABILITIES_EVENTID,
    /* VDEV specific events */
    /** VDEV started event in response to VDEV_START request */
@@ -40719,6 +40725,48 @@ typedef struct {
    };
} wmi_spectral_fft_size_capabilities;
typedef struct {
    /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_pdev_wifi_radar_cap_evt_fixed_param */
    A_UINT32 tlv_header;
    /* ID of pdev to which capability is sent */
    A_UINT32 pdev_id;
} wmi_pdev_wifi_radar_cap_evt_fixed_param;
typedef struct {
   /** TLV tag and len; tag equals
     * WMITLV_TAG_STRUC_wmi_wifi_radar_ltf_length_capabilities */
   A_UINT32 tlv_header;
   /* LTF at Tx configuration */
   A_UINT32 ltf_max_num_tx;
   /* LTF at Rx configuration in 2 power exponent number */
   A_UINT32 ltf_max_expo_num_rx;
   /* LTF to initially skip */
   A_UINT32 ltf_max_num_initial_skip_rx;
   /**
    * This TLV contains target LTF capability for Wi-Fi Radar sensing feature.
    */
} wmi_wifi_radar_ltf_length_capabilities;
typedef struct {
   /** TLV tag and len; tag equals
     * WMITLV_TAG_STRUC_wmi_wifi_radar_chain_capabilities */
   A_UINT32 tlv_header;
   /* Max num of Rx chain can be used to capture at a time */
   A_UINT32 max_num_rx_chain;
   /* Chain-to-Chain Isolation based chain pair support */
   A_UINT32 best_isolated_chain_pair_sel;
   /**
    * This TLV contains target chain capability for Wi-Fi Radar sensing feature.
    */
} wmi_wifi_radar_chain_capabilities;
typedef struct {
    A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_pdev_ctl_failsafe_event_params */
    A_UINT32 pdev_id;   /* ID of pdev to which ctl failsafe status is sent */
+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_ 1541
#define __WMI_REVISION_ 1542

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