Преглед на файлове

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;