Procházet zdrojové kódy

qcacmn: Add PMO ID in obj mgr reference debug id

Add PMO ID in obj mgr reference debug id.

Change-Id: I3defda665043182311ccd8cfcf00dc6172b61577
CRs-Fixed: 2009121
Mukul Sharma před 8 roky
rodič
revize
d1e5de57f2
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      umac/cmn_services/obj_mgr/inc/wlan_objmgr_cmn.h

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

@@ -162,6 +162,7 @@ typedef void (*wlan_objmgr_peer_status_handler)(
  * @WLAN_LEGACY_MAC_ID:         Legacy MAC operations
  * @WLAN_LEGACY_WMA_ID:         Legacy WMA operations
  * @WLAN_SERIALIZATION_ID:      Serialization operations
+ * @WLAN_PMO_ID:                power manager offload (PMO) ID
  * @WLAN_REF_ID_MAX:            Max id used to generate ref count tracking array
  */
 typedef enum {
@@ -175,6 +176,7 @@ typedef enum {
 	WLAN_LEGACY_MAC_ID    = 7,
 	WLAN_LEGACY_WMA_ID    = 8,
 	WLAN_SERIALIZATION_ID = 9,
+	WLAN_PMO_ID           = 10,
 	WLAN_REF_ID_MAX,
 } wlan_objmgr_ref_dbgid;