Browse Source

qcacmn: Add objmgr dbg ref id for offchan txrx component

DBG ref id is used to get and free peer reference. Add offchan component
dbg ref id to get and free peer refernces from offchan component.

Change-Id: I23eed8e9ae63b3c48f65d2f42b73984997196dbd
CRs-Fixed: 2030050
Kiran Venkatappa 8 years ago
parent
commit
a973e13df7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      umac/cmn_services/obj_mgr/inc/wlan_objmgr_cmn.h

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

@@ -204,6 +204,7 @@ typedef enum {
 	WLAN_NAN_ID           = 20,
 	WLAN_REGULATORY_SB_ID = 21,
 	WLAN_REGULATORY_NB_ID = 22,
+	WLAN_OFFCHAN_TXRX_ID  = 23,
 	WLAN_REF_ID_MAX,
 } wlan_objmgr_ref_dbgid;