|
@@ -8954,6 +8954,15 @@ typedef enum {
|
|
|
WMI_TPC_STATS_EVENT_SEND_REG_RATE_CTL = 0x00000007, /* REG | RATE | CTL */
|
|
|
} WMI_PDEV_TPC_STATS_PARAMS;
|
|
|
|
|
|
+typedef enum {
|
|
|
+ WMI_HALPHY_TPC_STATS_SUPPORT_160 = 0,
|
|
|
+ WMI_HALPHY_TPC_STATS_SUPPORT_320,
|
|
|
+ WMI_HALPHY_TPC_STATS_SUPPORT_AX,
|
|
|
+ WMI_HALPHY_TPC_STATS_SUPPORT_AX_EXTRA_MCS,
|
|
|
+ WMI_HALPHY_TPC_STATS_SUPPORT_BE,
|
|
|
+ WMI_HALPHY_TPC_STATS_SUPPORT_BE_PUNC,
|
|
|
+} WMI_HALPHY_TPC_STATS_SUPPORT_BITF; /* support bit fields */
|
|
|
+
|
|
|
typedef struct {
|
|
|
A_UINT32 tlv_header; /** TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_pdev_get_tpc_stats_cmd_fixed_param */
|
|
|
/** pdev_id for identifying the MAC
|
|
@@ -8996,6 +9005,12 @@ typedef struct {
|
|
|
A_UINT32 numTxChain; /* The total number of active chains */
|
|
|
A_UINT32 ctl; /* See CONFORMANCE_TEST_LIMITS enumeration */
|
|
|
A_UINT32 flags; /* See WMI_TPC_CONFIG_EVENT_FLAG */
|
|
|
+
|
|
|
+ /* support_bits:
|
|
|
+ * Tells info about BE, HE, HE_EXTRA_MCS, 160, 320, 11BE PUNC.
|
|
|
+ * Refer to enum WMI_HALPHY_TPC_STATS_SUPPORT_BITF.
|
|
|
+ */
|
|
|
+ A_UINT32 support_bits;
|
|
|
} wmi_tpc_configs;
|
|
|
|
|
|
typedef struct {
|