Loading fw/wmi_unified.h +6 −2 Original line number Diff line number Diff line Loading @@ -5672,10 +5672,12 @@ typedef struct { }; } wmi_tx_send_params; #define WMI_MLO_MGMT_TID 0xFFFFFFFF typedef struct { A_UINT32 tlv_header; /* TLV tag (WMITLV_TAG_STRUC_wmi_mlo_tx_send_params) and len */ A_UINT32 hw_link_id; /** Unique link id across SOCs, provided by QMI handshake. * If 0xFFFF then the frame will be queued in the MLO queue * If WMI_MLO_MGMT_TID then the frame will be queued in the MLO queue * If valid hw_link_id */ } wmi_mlo_tx_send_params; Loading Loading @@ -12348,7 +12350,7 @@ typedef enum { * For a STA mode vdev this will enable/disable triggered access * and enable/disable Multi User mode of operation. * A value of 0 in a given bit disables corresponding mode. * bit | hemu mode * bit | EHT mu mode * --------------- * 0 | EHT SUBFEE * 1 | EHT SUBFER Loading Loading @@ -12405,6 +12407,8 @@ typedef enum { */ WMI_VDEV_PARAM_FIXED_PUNCTURE_PATTERN, /* 0x800B */ WMI_VDEV_PARAM_EHTOPS_0_31, /* 0x800C */ /*=== END VDEV_PARAM_PROTOTYPE SECTION ===*/ } WMI_VDEV_PARAM; fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,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_ 988 #define __WMI_REVISION_ 989 /** 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 +6 −2 Original line number Diff line number Diff line Loading @@ -5672,10 +5672,12 @@ typedef struct { }; } wmi_tx_send_params; #define WMI_MLO_MGMT_TID 0xFFFFFFFF typedef struct { A_UINT32 tlv_header; /* TLV tag (WMITLV_TAG_STRUC_wmi_mlo_tx_send_params) and len */ A_UINT32 hw_link_id; /** Unique link id across SOCs, provided by QMI handshake. * If 0xFFFF then the frame will be queued in the MLO queue * If WMI_MLO_MGMT_TID then the frame will be queued in the MLO queue * If valid hw_link_id */ } wmi_mlo_tx_send_params; Loading Loading @@ -12348,7 +12350,7 @@ typedef enum { * For a STA mode vdev this will enable/disable triggered access * and enable/disable Multi User mode of operation. * A value of 0 in a given bit disables corresponding mode. * bit | hemu mode * bit | EHT mu mode * --------------- * 0 | EHT SUBFEE * 1 | EHT SUBFER Loading Loading @@ -12405,6 +12407,8 @@ typedef enum { */ WMI_VDEV_PARAM_FIXED_PUNCTURE_PATTERN, /* 0x800B */ WMI_VDEV_PARAM_EHTOPS_0_31, /* 0x800C */ /*=== END VDEV_PARAM_PROTOTYPE SECTION ===*/ } WMI_VDEV_PARAM;
fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,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_ 988 #define __WMI_REVISION_ 989 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading