소스 검색

qcacmn: Add support for wmi command for standalone sounding

Added an API to send wmi command for standalone sounding

Change-Id: I3d7d8b6e67005b451e84c1875fd0d2cecacd8b7b
CRs-Fixed: 3415627
Pooja T C 2 년 전
부모
커밋
7af90e2d6b
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      wmi/inc/wmi_unified_priv.h

+ 6 - 0
wmi/inc/wmi_unified_priv.h

@@ -2980,6 +2980,12 @@ QDF_STATUS
 			  struct wmi_trigger_ul_ofdma_mu_params *param);
 #endif
 
+#ifdef QCA_STANDALONE_SOUNDING_TRIGGER
+QDF_STATUS
+(*config_txbf_sounding_trig_info_cmd)(wmi_unified_t wmi,
+				      struct wmi_txbf_sounding_trig_param
+				      *sounding_params);
+#endif
 QDF_STATUS (*send_set_tpc_power_cmd)(wmi_unified_t wmi_handle,
 				     uint8_t vdev_id,
 				     struct reg_tpc_power_info *param);