소스 검색

qcacmn: add doc for stat_periodicity, telemetry stats etc

add doc for stat_periodicity, telemetry_stats. add modify
doc for ucfg_send_telemetry_cp_stats_request.

CRs-Fixed: 3387941
Change-Id: I40a7f7223717fa681978421d5d2b4a67018f77dd
Mukul Dhiman 2 년 전
부모
커밋
7b27742e7c

+ 2 - 2
umac/cp_stats/dispatcher/inc/wlan_cp_stats_public_structs.h

@@ -184,8 +184,7 @@ struct ctrl_path_pmlo_telemetry_stats_struct {
  *                          available
  * @twt_infra_cp_stats: pointer to TWT session statistics structures
  * @bmiss_infra_cp_stats: pointer to beacon miss statistics
- * @ctrl_path_pmlo_telemetry_stats_struct: pointer to pmlo telemetry
- *                                         stats struct
+ * @telemetry_stats: pointer to pmlo telemetry stats struct
  *
  * This structure is used to store the statistics information
  * extracted from firmware event(wmi_pdev_cp_fwstats_eventid)
@@ -241,6 +240,7 @@ enum infra_cp_stats_id {
  *             valid dialog_id's representing a single TWT session.
  *             255 represents all twt sessions
  * @infra_cp_stats_resp_cb: callback function to handle the response
+ * @stat_periodicity: WMI ctrl-path stats event periodicity
  */
 struct infra_cp_stats_cmd_info {
 	enum infra_cp_stats_id stats_id;

+ 1 - 1
umac/cp_stats/dispatcher/inc/wlan_cp_stats_ucfg_api.h

@@ -58,7 +58,7 @@ ucfg_send_infra_cp_stats_request(struct wlan_objmgr_vdev *vdev,
 
 #ifdef WLAN_TELEMETRY_STATS_SUPPORT
 /**
- * @ucfg_send_telemetry_cp_stats_request() - send a telemetry cp stats command
+ * ucfg_send_telemetry_cp_stats_request() - send a telemetry cp stats command
  * @pdev: pointer to pdev object
  * @req: pointer to request parameter structure
  *

+ 1 - 0
umac/global_umac_dispatcher/lmac_if/inc/wlan_lmac_if_def.h

@@ -152,6 +152,7 @@ typedef struct big_data_stats_event stats_big_data_stats_event;
  * @send_req_infra_cp_stats: function pointer to send infra cp stats request
  *                           command to FW
  * @send_req_big_data_stats: Function pointer to send big data stats
+ * @send_req_telemetry_cp_stats: API to send stats request to wmi
  */
 struct wlan_lmac_if_cp_stats_tx_ops {
 	QDF_STATUS (*cp_stats_attach)(struct wlan_objmgr_psoc *psoc);