Loading fw/wmi_tlv_defs.h +2 −1 Original line number Diff line number Diff line Loading @@ -5819,7 +5819,8 @@ WMITLV_CREATE_PARAM_STRUC(WMI_GPIO_STATE_RES_EVENTID); /* CSA Handling Event */ #define WMITLV_TABLE_WMI_CSA_HANDLING_EVENTID(id,op,buf,len)\ WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_csa_event_fixed_param, wmi_csa_event_fixed_param, fixed_param, WMITLV_SIZE_FIX) WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_csa_event_fixed_param, wmi_csa_event_fixed_param, fixed_param, WMITLV_SIZE_FIX) \ WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_BYTE, A_UINT8, cs_wrap_ie, WMITLV_SIZE_VAR) WMITLV_CREATE_PARAM_STRUC(WMI_CSA_HANDLING_EVENTID); /* Rfkill state change Event */ Loading fw/wmi_unified.h +14 −0 Original line number Diff line number Diff line Loading @@ -7938,6 +7938,7 @@ typedef enum { WMI_CSWARP_IE_PRESENT = WMI_CSWRAP_IE_PRESENT, /* deprecated: typo */ WMI_QSBW_ISE_PRESENT = 0x00000010, WMI_CSWRAP_IE_EXTENDED_PRESENT = 0x00000020, /* Added bitmask to verify if the additional information is filled in */ WMI_CSWRAP_IE_EXT_VER_2_PRESENT = 0x00000040 /* Added bitmask to see if additional info is present in CS wrap IE */ } WMI_CSA_EVENT_IES_PRESENT_FLAG; /* wmi CSA receive event from beacon frame */ Loading Loading @@ -7968,6 +7969,19 @@ typedef struct { * the second octet resides in bits 15:8 of cswrap_ie_extended[0] and so on. */ A_UINT32 cswrap_ie_extended[5]; /* num_bytes_valid_in_cswrap_ie_ext_ver2: * This fixed_param TLV can be followed by a VAR length TLV * variable-length byte-array TLV for CS WRAP IE. * Since the variable-length byte-array TLVs are always padded, if needed, * to contain a multiple of 4 bytes, this field shows how many of the bytes * contain valid data, versus how many are only for alignment padding. */ A_UINT32 num_bytes_valid_in_cswrap_ie_ext_ver2; /* * This initial fixed_param TLV may be followed by the below TLVs: * - cs_wrap_ie variable-length byte-array TLV */ } wmi_csa_event_fixed_param; #define WMI_GET_MLD_MAC_ADDRESS_PRESENT(mld_mac_address_present) \ 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_ 1321 #define __WMI_REVISION_ 1322 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading Loading
fw/wmi_tlv_defs.h +2 −1 Original line number Diff line number Diff line Loading @@ -5819,7 +5819,8 @@ WMITLV_CREATE_PARAM_STRUC(WMI_GPIO_STATE_RES_EVENTID); /* CSA Handling Event */ #define WMITLV_TABLE_WMI_CSA_HANDLING_EVENTID(id,op,buf,len)\ WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_csa_event_fixed_param, wmi_csa_event_fixed_param, fixed_param, WMITLV_SIZE_FIX) WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_csa_event_fixed_param, wmi_csa_event_fixed_param, fixed_param, WMITLV_SIZE_FIX) \ WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_BYTE, A_UINT8, cs_wrap_ie, WMITLV_SIZE_VAR) WMITLV_CREATE_PARAM_STRUC(WMI_CSA_HANDLING_EVENTID); /* Rfkill state change Event */ Loading
fw/wmi_unified.h +14 −0 Original line number Diff line number Diff line Loading @@ -7938,6 +7938,7 @@ typedef enum { WMI_CSWARP_IE_PRESENT = WMI_CSWRAP_IE_PRESENT, /* deprecated: typo */ WMI_QSBW_ISE_PRESENT = 0x00000010, WMI_CSWRAP_IE_EXTENDED_PRESENT = 0x00000020, /* Added bitmask to verify if the additional information is filled in */ WMI_CSWRAP_IE_EXT_VER_2_PRESENT = 0x00000040 /* Added bitmask to see if additional info is present in CS wrap IE */ } WMI_CSA_EVENT_IES_PRESENT_FLAG; /* wmi CSA receive event from beacon frame */ Loading Loading @@ -7968,6 +7969,19 @@ typedef struct { * the second octet resides in bits 15:8 of cswrap_ie_extended[0] and so on. */ A_UINT32 cswrap_ie_extended[5]; /* num_bytes_valid_in_cswrap_ie_ext_ver2: * This fixed_param TLV can be followed by a VAR length TLV * variable-length byte-array TLV for CS WRAP IE. * Since the variable-length byte-array TLVs are always padded, if needed, * to contain a multiple of 4 bytes, this field shows how many of the bytes * contain valid data, versus how many are only for alignment padding. */ A_UINT32 num_bytes_valid_in_cswrap_ie_ext_ver2; /* * This initial fixed_param TLV may be followed by the below TLVs: * - cs_wrap_ie variable-length byte-array TLV */ } wmi_csa_event_fixed_param; #define WMI_GET_MLD_MAC_ADDRESS_PRESENT(mld_mac_address_present) \
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_ 1321 #define __WMI_REVISION_ 1322 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading