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
This commit is contained in:
spuligil
2023-06-18 06:00:57 -07:00
committed by Rahul Choudhary
szülő d8df6dd859
commit 48b8e2e4ec
3 fájl változott, egészen pontosan 6 új sor hozzáadva és 1 régi sor törölve

Fájl megtekintése

@@ -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 {