fw-api: CL 25598308 - update fw common interface files
WMI: add disabled_link_bitmap field in mlo_ap_vdev_tid_to_link_map_ie_info Change-Id: Ife235e47acc533decd9b383fa8a6f34d9cf882ed CRs-Fixed: 2262693
This commit is contained in:
@@ -45342,8 +45342,8 @@ typedef struct{
|
|||||||
A_UINT32 pdev_id;
|
A_UINT32 pdev_id;
|
||||||
/** vdev_id for identifying the MLO Vap */
|
/** vdev_id for identifying the MLO Vap */
|
||||||
A_UINT32 vdev_id;
|
A_UINT32 vdev_id;
|
||||||
/** disabled link bits */
|
/** DEPRECATED: disabled link bits */
|
||||||
A_UINT32 disabled_link_bitmap;
|
A_UINT32 disabled_link_bitmap; /* DEPRECATED */
|
||||||
/**
|
/**
|
||||||
* Following this structure is the TLV:
|
* Following this structure is the TLV:
|
||||||
* struct wmi_mlo_ap_vdev_tid_to_link_map_ie_info[];
|
* struct wmi_mlo_ap_vdev_tid_to_link_map_ie_info[];
|
||||||
@@ -45701,6 +45701,9 @@ typedef struct {
|
|||||||
* hw_tid_7_link_map:16
|
* hw_tid_7_link_map:16
|
||||||
*/
|
*/
|
||||||
A_UINT32 hw_tid_6_7_link_map;
|
A_UINT32 hw_tid_6_7_link_map;
|
||||||
|
|
||||||
|
/* Indicates the disabled link map for 802.11be T2LM */
|
||||||
|
A_UINT32 disabled_link_bitmap;
|
||||||
} wmi_mlo_ap_vdev_tid_to_link_map_ie_info;
|
} wmi_mlo_ap_vdev_tid_to_link_map_ie_info;
|
||||||
|
|
||||||
#define WMI_IGMP_OFFLOAD_SUPPORT_DISABLE_BITMASK 0x0
|
#define WMI_IGMP_OFFLOAD_SUPPORT_DISABLE_BITMASK 0x0
|
||||||
|
@@ -37,7 +37,7 @@
|
|||||||
#define __WMI_VER_MINOR_ 0
|
#define __WMI_VER_MINOR_ 0
|
||||||
/** WMI revision number has to be incremented when there is a
|
/** WMI revision number has to be incremented when there is a
|
||||||
* change that may or may not break compatibility. */
|
* change that may or may not break compatibility. */
|
||||||
#define __WMI_REVISION_ 1424
|
#define __WMI_REVISION_ 1425
|
||||||
|
|
||||||
/** The Version Namespace should not be normally changed. Only
|
/** The Version Namespace should not be normally changed. Only
|
||||||
* host and firmware of the same WMI namespace will work
|
* host and firmware of the same WMI namespace will work
|
||||||
|
Reference in New Issue
Block a user