Sfoglia il codice sorgente

qcacmn: Add DFS dbgid

Add DFS dbgid WLAN_DFS_ID.

Change-Id: I945cd330c9d12865b944c5c0be14e083d7035d2a
CRs-Fixed: 2017481
Arif Hussain 8 anni fa
parent
commit
757f799c94
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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;