浏览代码

qcacmn: Add DFS dbgid

Add DFS dbgid WLAN_DFS_ID.

Change-Id: I945cd330c9d12865b944c5c0be14e083d7035d2a
CRs-Fixed: 2017481
Arif Hussain 8 年之前
父节点
当前提交
757f799c94
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      umac/cmn_services/obj_mgr/inc/wlan_objmgr_cmn.h

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

@@ -165,6 +165,7 @@ typedef void (*wlan_objmgr_peer_status_handler)(
  * @WLAN_PMO_ID:                power manager offload (PMO) ID
  * @WLAN_LEGACY_SME_ID:         Legacy SME operations
  * @WLAN_SCAN_ID:               scan operations
+ * @WLAN_DFS_ID:                DFS operations
  * @WLAN_REF_ID_MAX:            Max id used to generate ref count tracking array
  */
 typedef enum {
@@ -182,6 +183,7 @@ typedef enum {
 	WLAN_LEGACY_SME_ID    = 11,
 	WLAN_SCAN_ID          = 12,
 	WLAN_WIFI_POS_ID      = 13,
+	WLAN_DFS_ID           = 14,
 	WLAN_REF_ID_MAX,
 } wlan_objmgr_ref_dbgid;