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

WMI: add timing parameters from T2LM IE into peer_tid_to_link_map msg

Change-Id: I215e2e2bb77518810a371c2f8e089414b0c79c5d
CRs-Fixed: 2262693
Cette révision appartient à :
spuligil
2023-05-12 04:22:29 -07:00
révisé par Gerrit - the friendly Code Review server
Parent ac1ff59408
révision fb1d4d56ad
3 fichiers modifiés avec 8 ajouts et 1 suppressions

Voir le fichier

@@ -629,6 +629,7 @@ typedef enum {
WMI_SERVICE_RESTRICTED_TWT_RESPONDER = 376, /* Indicates FW supports Restricted TWT RESPONDER */
WMI_SERVICE_AUX_MAC_SUPPORT = 377,
WMI_SERVICE_NAN_PAIRING_PEER_CREATE_BY_HOST = 378, /* Indicate FW supports creation of PASN Peer by Host for NAN pairing usecase */
WMI_SERVICE_MLO_TID_TO_LINK_MAPPING_SUPPORT = 379, /* Indicates FW supports TID-TO-LINK mapping */
WMI_MAX_EXT2_SERVICE

Voir le fichier

@@ -43777,6 +43777,12 @@ typedef struct {
/** MLO Peer's current link MAC address */
wmi_mac_addr link_macaddr;
/** mapping_switch_time from the T2LM IE */
A_UINT32 mapping_switch_time;
/** expected_duration from the T2LM IE, in units of TUs */
A_UINT32 expected_duration;
/**
* Following this structure is the TLV:
* - struct wmi_tid_to_link_map tid_to_link_map[];

Voir le fichier

@@ -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_ 1329
#define __WMI_REVISION_ 1330
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work