浏览代码

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 年之前
父节点
当前提交
a973e13df7
共有 1 个文件被更改,包括 1 次插入0 次删除
  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;