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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user