qcacmn: Add WMI params for MLO link state query
New TLVs for MLO link state information is introduced for get link info command. Add WMI changes to add these TLV in get link info command Change-Id: Ib8d12a727ac6f59257dcce69174271330a065c77 CRs-Fixed: 3431076
This commit is contained in:

کامیت شده توسط
Madan Koyyalamudi

والد
8aa9879aa0
کامیت
7962020d77
@@ -1191,6 +1191,17 @@ struct wmi_host_tid_to_link_map_resp {
|
||||
enum wlan_t2lm_status status;
|
||||
uint8_t mapping_switch_tsf;
|
||||
};
|
||||
|
||||
/**
|
||||
* struct wmi_host_link_state_params - MLO link state params
|
||||
* @vdev_id: Vdev id
|
||||
* @mld_mac: mld mac address
|
||||
*/
|
||||
struct wmi_host_link_state_params {
|
||||
uint8_t vdev_id;
|
||||
uint8_t mld_mac[QDF_MAC_ADDR_SIZE];
|
||||
};
|
||||
|
||||
#endif /* WLAN_FEATURE_11BE */
|
||||
|
||||
#ifdef WLAN_FEATURE_11BE_MLO
|
||||
@@ -5279,6 +5290,9 @@ typedef enum {
|
||||
wmi_vdev_standalone_sound_complete_eventid,
|
||||
#endif
|
||||
wmi_csa_ie_received_event_id,
|
||||
#ifdef WLAN_FEATURE_11BE_MLO
|
||||
wmi_mlo_link_state_info_eventid,
|
||||
#endif
|
||||
wmi_events_max,
|
||||
} wmi_conv_event_id;
|
||||
|
||||
|
مرجع در شماره جدید
Block a user