소스 검색

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 년 전
부모
커밋
0a82a326dc
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  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 {