Loading fw/wmi_unified.h +11 −0 Original line number Diff line number Diff line Loading @@ -7285,6 +7285,14 @@ typedef struct { A_UINT32 linkid_bitmap; } wmi_mlo_link_disable_request_event_fixed_param; typedef enum { /** * Projects support to offload regulatory database by default. * If don`t offload regulatory database, host can set this bit. */ WMI_REGDOMAIN_DATABASE_NO_OFFLOAD_BITMASK = 0x00000001, } WMI_REGDOMAIN_BITMASK; typedef struct { A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_pdev_set_regdomain_cmd_fixed_param */ Loading Loading @@ -7350,6 +7358,9 @@ typedef struct { A_UINT32 conformance_test_limit_6G_subband_UNII6_client[3][2]; A_UINT32 conformance_test_limit_6G_subband_UNII7_client[3][2]; A_UINT32 conformance_test_limit_6G_subband_UNII8_client[3][2]; /** reg domain bitmap */ A_UINT32 regdomain_bitmap; } wmi_pdev_set_regdomain_cmd_fixed_param; typedef struct { fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -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_ 1350 #define __WMI_REVISION_ 1351 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading Loading
fw/wmi_unified.h +11 −0 Original line number Diff line number Diff line Loading @@ -7285,6 +7285,14 @@ typedef struct { A_UINT32 linkid_bitmap; } wmi_mlo_link_disable_request_event_fixed_param; typedef enum { /** * Projects support to offload regulatory database by default. * If don`t offload regulatory database, host can set this bit. */ WMI_REGDOMAIN_DATABASE_NO_OFFLOAD_BITMASK = 0x00000001, } WMI_REGDOMAIN_BITMASK; typedef struct { A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_pdev_set_regdomain_cmd_fixed_param */ Loading Loading @@ -7350,6 +7358,9 @@ typedef struct { A_UINT32 conformance_test_limit_6G_subband_UNII6_client[3][2]; A_UINT32 conformance_test_limit_6G_subband_UNII7_client[3][2]; A_UINT32 conformance_test_limit_6G_subband_UNII8_client[3][2]; /** reg domain bitmap */ A_UINT32 regdomain_bitmap; } wmi_pdev_set_regdomain_cmd_fixed_param; typedef struct {
fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -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_ 1350 #define __WMI_REVISION_ 1351 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading