Selaa lähdekoodia

qcacmn: umac: Add Missing Kernel Documentation

Function wlan_cp_stats_twt_get_peer_session_params() is missing 
its documentation block, so add it.

Change-Id: I050d45df1861de02998039b76c8c2a7da59af669
CRs-Fixed: 3137344
David Oladunjoye 3 vuotta sitten
vanhempi
sitoutus
108624a2a8
1 muutettua tiedostoa jossa 8 lisäystä ja 0 poistoa
  1. 8 0
      umac/cp_stats/core/src/wlan_cp_stats_obj_mgr_handler.h

+ 8 - 0
umac/cp_stats/core/src/wlan_cp_stats_obj_mgr_handler.h

@@ -168,6 +168,14 @@ wlan_cp_stats_send_infra_cp_req(struct wlan_objmgr_psoc *psoc,
 #endif /* WLAN_SUPPORT_INFRA_CTRL_PATH_STATS */
 
 #if defined(WLAN_SUPPORT_TWT) && defined (WLAN_TWT_CONV_SUPPORTED)
+/**
+ * wlan_cp_stats_twt_get_peer_session_params() - Retrieve peer twt session
+ * parameters
+ * @psoc: psoc object
+ * @params: array of pointer to store peer twt session parameters
+ *
+ * Return: total number of valid TWT sessions
+ */
 int wlan_cp_stats_twt_get_peer_session_params(
 					struct wlan_objmgr_psoc *psoc,
 					struct twt_session_stats_info *params);