qcacmn: Add id for QMI component

Add QMI component entry in object manager debug id
and umac component id.

Change-Id: Ib2531ee9cc91f721214f9e30b6b25cb7f3e89a42
CRs-Fixed: 3338296
此提交包含在:
Yeshwanth Sriram Guntuka
2022-11-13 22:40:05 +05:30
提交者 Madan Koyyalamudi
父節點 46a5d43615
當前提交 2a525d7545
共有 2 個檔案被更改,包括 6 行新增1 行删除

查看文件

@@ -296,6 +296,7 @@
* @WLAN_UMAC_COMP_PRE_CAC: PRE CAC component
* @WLAN_COMP_DP: DP component
* @WLAN_UMAC_COMP_COAP: Constrained Application Protocol component
* @WLAN_UMAC_COMP_QMI: QMI component
* @WLAN_UMAC_COMP_ID_MAX: Maximum components in UMAC
*
* This id is static.
@@ -351,6 +352,7 @@ enum wlan_umac_comp_id {
WLAN_COMP_DP = 46,
WLAN_COMP_TELEMETRY_AGENT = 47,
WLAN_UMAC_COMP_COAP = 48,
WLAN_UMAC_COMP_QMI = 49,
WLAN_UMAC_COMP_ID_MAX,
};