Kaynağa Gözat

qcacmn: Add new wlan_objmgr_ref_dbgid type for policy mgr

Adds new type WLAN_PMGR_ID in wlan_objmgr_ref_dbgid to be used
by policy manager.

Change-Id: Ibe0b993cef4e1c13acd30f513fe30ee55cb6d2ab
CRs-Fixed: 2037302
Ajit Pal Singh 8 yıl önce
ebeveyn
işleme
d51961c4b8

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

@@ -175,6 +175,7 @@ typedef void (*wlan_objmgr_peer_status_handler)(
  * @WLAN_NAN_ID:                nan operations
  * @WLAN_REGULATORY_SB_ID:      SB regulatory operations
  * @WLAN_REGULATORY_NB_ID:      NB regulatory operations
+ * @WLAN_POLICY_MGR_ID:         Policy Manager operations
  * @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
@@ -205,6 +206,7 @@ typedef enum {
 	WLAN_REGULATORY_SB_ID = 21,
 	WLAN_REGULATORY_NB_ID = 22,
 	WLAN_OFFCHAN_TXRX_ID  = 23,
+	WLAN_POLICY_MGR_ID    = 24,
 	WLAN_REF_ID_MAX,
 } wlan_objmgr_ref_dbgid;