Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
fw-api: CL 16867067 - update fw common interface files
Browse files Browse the repository at this point in the history
Change-Id: I34c336abeea32a97bb9eaf2dd12e7c32ec5975d2
WMI: add VDEV_MULTIPLE_PEER_GROUP CMD msg def
CRs-Fixed: 2262693
  • Loading branch information
spuligil committed Jan 7, 2022
1 parent 72c4eb4 commit 9450e38
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions fw/htt_stats.h
Original file line number Diff line number Diff line change
Expand Up @@ -2376,14 +2376,16 @@ typedef struct {
A_UINT32 ax_ul_mumimo_basic_sch_nusers[HTT_TX_PDEV_STATS_NUM_UL_MUMIMO_USER_STATS];
/* Represents the count for 11AX UL MU MIMO sequences with BRP Triggers */
A_UINT32 ax_ul_mumimo_brp_sch_nusers[HTT_TX_PDEV_STATS_NUM_UL_MUMIMO_USER_STATS];
/* Number of 11AC DL MU MIMO schedules posted per group size */
/* Number of 11AC DL MU MIMO schedules posted per group size (0-3) */
A_UINT32 ac_mu_mimo_sch_posted_per_grp_sz[HTT_TX_PDEV_STATS_NUM_AC_MUMIMO_USER_STATS];
/* Number of 11AX DL MU MIMO schedules posted per group size */
A_UINT32 ax_mu_mimo_sch_posted_per_grp_sz[HTT_TX_PDEV_STATS_NUM_AX_MUMIMO_USER_STATS];
/* Represents the count for 11BE DL MU MIMO sequences */
A_UINT32 be_mu_mimo_sch_nusers[HTT_TX_PDEV_STATS_NUM_BE_MUMIMO_USER_STATS];
/* Number of 11BE DL MU MIMO schedules posted per group size */
A_UINT32 be_mu_mimo_sch_posted_per_grp_sz[HTT_TX_PDEV_STATS_NUM_BE_MUMIMO_USER_STATS];
/* Number of 11AC DL MU MIMO schedules posted per group size (4-7) */
A_UINT32 ac_mu_mimo_sch_posted_per_grp_sz_ext[HTT_TX_PDEV_STATS_NUM_AC_MUMIMO_USER_STATS];
} htt_tx_pdev_mu_mimo_sch_stats_tlv;

typedef struct {
Expand Down Expand Up @@ -2427,14 +2429,16 @@ typedef struct {
A_UINT32 ac_mu_mimo_sch_nusers[HTT_TX_PDEV_STATS_NUM_AC_MUMIMO_USER_STATS];
/* Represents the count for 11AX DL MU MIMO sequences */
A_UINT32 ax_mu_mimo_sch_nusers[HTT_TX_PDEV_STATS_NUM_AX_MUMIMO_USER_STATS];
/* Number of 11AC DL MU MIMO schedules posted per group size */
/* Number of 11AC DL MU MIMO schedules posted per group size (0-3) */
A_UINT32 ac_mu_mimo_sch_posted_per_grp_sz[HTT_TX_PDEV_STATS_NUM_AC_MUMIMO_USER_STATS];
/* Number of 11AX DL MU MIMO schedules posted per group size */
A_UINT32 ax_mu_mimo_sch_posted_per_grp_sz[HTT_TX_PDEV_STATS_NUM_AX_MUMIMO_USER_STATS];
/* Represents the count for 11BE DL MU MIMO sequences */
A_UINT32 be_mu_mimo_sch_nusers[HTT_TX_PDEV_STATS_NUM_BE_MUMIMO_USER_STATS];
/* Number of 11BE DL MU MIMO schedules posted per group size */
A_UINT32 be_mu_mimo_sch_posted_per_grp_sz[HTT_TX_PDEV_STATS_NUM_BE_MUMIMO_USER_STATS];
/* Number of 11AC DL MU MIMO schedules posted per group size (4 - 7)*/
A_UINT32 ac_mu_mimo_sch_posted_per_grp_sz_ext[HTT_TX_PDEV_STATS_NUM_AC_MUMIMO_USER_STATS];
} htt_tx_pdev_dl_mu_mimo_sch_stats_tlv;

typedef struct {
Expand Down

0 comments on commit 9450e38

Please sign in to comment.