Kaynağa Gözat

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
spuligil 4 yıl önce
ebeveyn
işleme
ec5c7b7735
1 değiştirilmiş dosya ile 16 ekleme ve 0 silme
  1. 16 0
      fw/htt_stats.h

+ 16 - 0
fw/htt_stats.h

@@ -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: