Loading fw/wmi_unified.h +15 −1 Original line number Diff line number Diff line Loading @@ -10093,6 +10093,16 @@ typedef enum { WMI_MGMT_TX_COMP_TYPE_MAX, } WMI_MGMT_TX_COMP_STATUS_TYPE; #define WMI_VDEV_ID_VALID_FROM_INFO_GET(info) \ WMI_GET_BITS(info, 3, 1) #define WMI_VDEV_ID_VALID_FROM_INFO_SET(info,val) \ WMI_SET_BITS(info, 3, 1, val) #define WMI_VDEV_ID_FROM_INFO_GET(info) \ WMI_GET_BITS(info, 4, 8) #define WMI_VDEV_ID_FROM_INFO_SET(info) \ WMI_SET_BITS(info, 4, 8, val) typedef struct { A_UINT32 tlv_header; A_UINT32 desc_id; /* from tx_send_cmd */ Loading Loading @@ -10126,7 +10136,11 @@ typedef struct { * one of the wmi_mlo_band_info_t enum constants. * Macros WMI_ROAM_BTM_RESP_MLO_BAND_INFO_GET,SET * can be reused for setting mlo band info. * Bit[3:31] - reserved * Bit[3] - set when vdev_id_info is populated in Bit[4:11] * macros WMI_VDEV_ID_VALID_FROM_INFO_GET,SET can be used * Bit[4:11] - vdev_id on which frame is sent, * Macros WMI_VDEV_ID_FROM_INFO_GET,SET can be used * Bit[12:31] - reserved */ A_UINT32 info; } wmi_mgmt_tx_compl_event_fixed_param; 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_ 1465 #define __WMI_REVISION_ 1466 /** 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 +15 −1 Original line number Diff line number Diff line Loading @@ -10093,6 +10093,16 @@ typedef enum { WMI_MGMT_TX_COMP_TYPE_MAX, } WMI_MGMT_TX_COMP_STATUS_TYPE; #define WMI_VDEV_ID_VALID_FROM_INFO_GET(info) \ WMI_GET_BITS(info, 3, 1) #define WMI_VDEV_ID_VALID_FROM_INFO_SET(info,val) \ WMI_SET_BITS(info, 3, 1, val) #define WMI_VDEV_ID_FROM_INFO_GET(info) \ WMI_GET_BITS(info, 4, 8) #define WMI_VDEV_ID_FROM_INFO_SET(info) \ WMI_SET_BITS(info, 4, 8, val) typedef struct { A_UINT32 tlv_header; A_UINT32 desc_id; /* from tx_send_cmd */ Loading Loading @@ -10126,7 +10136,11 @@ typedef struct { * one of the wmi_mlo_band_info_t enum constants. * Macros WMI_ROAM_BTM_RESP_MLO_BAND_INFO_GET,SET * can be reused for setting mlo band info. * Bit[3:31] - reserved * Bit[3] - set when vdev_id_info is populated in Bit[4:11] * macros WMI_VDEV_ID_VALID_FROM_INFO_GET,SET can be used * Bit[4:11] - vdev_id on which frame is sent, * Macros WMI_VDEV_ID_FROM_INFO_GET,SET can be used * Bit[12:31] - reserved */ A_UINT32 info; } wmi_mgmt_tx_compl_event_fixed_param;
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_ 1465 #define __WMI_REVISION_ 1466 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading