소스 검색

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;