qcacmn: Add TWT ID in string_from_dbgid
Add TWT ID in string_from_dbgid Change-Id: Ib98b18c6bc52af140d9e351c07ed150f0289faa1 CRs-Fixed: 3147818
This commit is contained in:

committed by
Madan Koyyalamudi

parent
212a7a89b8
commit
95a1bc6a1a
@@ -493,7 +493,8 @@ static inline const char *string_from_dbgid(wlan_objmgr_ref_dbgid id)
|
||||
"WLAN_MLO_MGR_ID",
|
||||
"WLAN_MBSS_ID",
|
||||
"WLAN_MGMT_RX_REO_ID",
|
||||
"WLAN_MGMT_RX_REO_SIM_ID"
|
||||
"WLAN_MGMT_RX_REO_SIM_ID",
|
||||
"WLAN_TWT_ID"
|
||||
};
|
||||
|
||||
if (id >= WLAN_REF_ID_MAX)
|
||||
|
Reference in New Issue
Block a user