Browse Source

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

HTT stats: add rxdesense_thresh_sw,hw fields

Change-Id: I3cd5c33443f965a520121c3363826fa103d967d0
CRs-Fixed: 2262693
spuligil 3 years ago
parent
commit
0a82a326dc
1 changed files with 6 additions and 0 deletions
  1. 6 0
      fw/htt_stats.h

+ 6 - 0
fw/htt_stats.h

@@ -5633,6 +5633,12 @@ typedef struct {
      * 0-disabled, 1-enabled
      */
     A_UINT32 dyn_cca_status;
+    /* RXDEAF Register value
+     * rxdesense_thresh_sw - VREG Register
+     * rxdesense_thresh_hw - PHY Register
+     */
+    A_UINT32 rxdesense_thresh_sw;
+    A_UINT32 rxdesense_thresh_hw;
 } htt_phy_reset_stats_tlv;
 
 typedef struct {