Selaa lähdekoodia

qcacmn: Update ref cnt debug id doc

Add change to update the reference count module id doc.

Change-Id: I4636a4b87f04b8ae608b18c77f9bd18e7fb3ee71
CRs-Fixed: 2426772
Santosh Anbu 6 vuotta sitten
vanhempi
sitoutus
6ca41ef58f
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      umac/cmn_services/obj_mgr/inc/wlan_objmgr_cmn.h

+ 3 - 0
umac/cmn_services/obj_mgr/inc/wlan_objmgr_cmn.h

@@ -232,6 +232,8 @@ typedef void (*wlan_objmgr_peer_status_handler)(
  * @WLAN_TGT_IF_DP_PEER_REF_ID: cp peer reference in dp (Target IF)
  * @WLAN_MLME_SER_IF_ID:        mlme serialization interface layer
  * @WLAN_SCHEDULER_ID:          mlme scheduler
+ * @WLAN_CFR_ID:                CFG Capture method
+ * @WLAN_VDEV_TARGET_IF_ID:     Target interface layer
  * @WLAN_REF_ID_MAX:            Max id used to generate ref count tracking array
  */
  /* New value added to the enum must also be reflected in function
@@ -350,6 +352,7 @@ static inline char *string_from_dbgid(wlan_objmgr_ref_dbgid id)
 					"WLAN_MLME_SER_IF_ID",
 					"WLAN_SCHEDULER_ID",
 					"WLAN_CFR_ID",
+					"WLAN_VDEV_TARGET_IF_ID",
 					"WLAN_REF_ID_MAX"};
 
 	return (char *)strings[id];