Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ec5c7b77 authored by spuligil's avatar spuligil Committed by nshrivas
Browse files

fw-api: CL 10750324 - update fw common interface files

HTT stats: add num_psr counters to pdev_obss_pd TLV

Change-Id: If93a58aadf46d12258f73eb21c2b62519fff5b9f
CRs-Fixed: 2262693
parent dcc5eca8
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -4691,6 +4691,22 @@ typedef struct {
     * Count of number of times SRG based TX transmissions were successful
     */
    A_UINT32 num_srg_ppdu_success;
    /*
     * Count of number of times PSR opportunities were created by aborting
     * OBSS UL OFDMA HE-TB PPDU frame. HE-TB ppdu frames are aborted if the
     * spatial reuse info in the OBSS trigger common field is set to allow PSR
     * based spatial reuse.
     */
    A_UINT32 num_psr_opportunities;
    /*
     * Count of number of times TX PPDU were transmitted using PSR
     * opportunities created.
     */
    A_UINT32 num_psr_ppdu_tried;
    /*
     * Count of number of times PSR based TX transmissions were successful.
     */
    A_UINT32 num_psr_ppdu_success;
} htt_pdev_obss_pd_stats_tlv;

/* NOTE: