Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe40d9d0 authored by aloksing's avatar aloksing Committed by nshrivas
Browse files

qcacmn: Add dbg id to string_from_dbgid

Array strings of size 73 may use index value(s) 73..74
Adding dbg ids to strings same as wlan_objmgr_ref_dbgid

CRs-Fixed: 2632424
Change-Id: I8eac1c4f015d54c626c2e74891d8c86ccfb962e4
parent 7c7c3201
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -428,6 +428,9 @@ static inline char *string_from_dbgid(wlan_objmgr_ref_dbgid id)
					"WLAN_MISC_ID",
					"WLAN_FWOL_NB_ID",
					"WLAN_FWOL_SB_ID",
					"WLAN_PSOC_TARGET_IF_ID",
					"FTM_TIME_SYNC_ID",
					"WLAN_PKT_CAPTURE_ID",
					"WLAN_REF_ID_MAX"};

	return (char *)strings[id];