Pārlūkot izejas kodu

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

HTT stats: add spatial reuse counters to pdev_obss_pd_stats TLV

Change-Id: Ibb7b2da46d2109a89192f4332c8907efd684a250
CRs-Fixed: 2262693
spuligil 5 gadi atpakaļ
vecāks
revīzija
0fdf081292
1 mainītis faili ar 11 papildinājumiem un 0 dzēšanām
  1. 11 0
      fw/htt_stats.h

+ 11 - 0
fw/htt_stats.h

@@ -3867,6 +3867,17 @@ typedef struct {
 
     A_UINT32 num_obss_tx_ppdu_success;
     A_UINT32 num_obss_tx_ppdu_failure;
+    /* num_sr_tx_tranmissions:
+     * Counter of TX done by aborting other BSS RX with spatial reuse
+     * (for cases where rx RSSI from other BSS is below the packet-detection
+     * threshold for doing spatial reuse)
+     */
+    A_UINT32 num_sr_tx_tranmissions;
+    /* num_sr_rx_ge_pd_rssi_thr
+     * counter of rx from other BSS for which RSSI was above the
+     * packet-detection threshold specified for enabling spatial reuse
+     */
+    A_UINT32 num_sr_rx_ge_pd_rssi_thr;
 } htt_pdev_obss_pd_stats_tlv;
 
 /* NOTE: