Kaynağa Gözat

qcacmn: Add tx_frame_cnt, ext_busy count in chan info event

Add tx_frame_cnt and ext_busy count in chan info event

Change-Id: I7213e7881dbdffeaefc038c67da0d3224b858b73
CRs-Fixed: 2365685
Om Prakash Tripathi 6 yıl önce
ebeveyn
işleme
ff39d808a0
1 değiştirilmiş dosya ile 9 ekleme ve 1 silme
  1. 9 1
      wmi/inc/wmi_unified_param.h

+ 9 - 1
wmi/inc/wmi_unified_param.h

@@ -6598,10 +6598,14 @@ typedef struct {
  * @chan_tx_pwr_tp: channel tx power per throughput
  * @rx_frame_count: rx frame count
  * @rx_11b_mode_data_duration: 11b mode data duration
- * @my_bss_rx_cycle_count: BSS rx cycle count
+ * @my_bss_rx_cycle_count: self BSS rx cycle count
  * @tx_frame_cnt: tx frame count
  * @mac_clk_mhz: mac clock
  * @vdev_id: unique id identifying the VDEV
+ * @tx_frame_count: tx frame count
+ * @rx_clear_ext20_count: ext20 frame count
+ * @rx_clear_ext40_count: ext40 frame count
+ * @rx_clear_ext80_count: ext80 frame count
  */
 typedef struct {
 	uint32_t pdev_id;
@@ -6619,6 +6623,10 @@ typedef struct {
 	uint32_t tx_frame_cnt;
 	uint32_t mac_clk_mhz;
 	uint32_t vdev_id;
+	uint32_t tx_frame_count;
+	uint32_t rx_clear_ext20_count;
+	uint32_t rx_clear_ext40_count;
+	uint32_t rx_clear_ext80_count;
 } wmi_host_chan_info_event;
 
 /**