qcacmn: Add new component id for cp stats

Add support for new component cp stats module id,
component id, obj mgr ref id and default log level

CRs-Fixed: 2192386
Change-Id: Ibb523f3756ad5cc80d5691ab421bcaaa0c7e2e4a
diff --git a/umac/cmn_services/inc/wlan_cmn.h b/umac/cmn_services/inc/wlan_cmn.h
index 74861c1..3e30616 100644
--- a/umac/cmn_services/inc/wlan_cmn.h
+++ b/umac/cmn_services/inc/wlan_cmn.h
@@ -243,6 +243,7 @@
  * @WLAN_UMAC_COMP_FD:            FILS Discovery
  * @WLAN_UMAC_COMP_OCB:           OCB
  * @WLAN_UMAC_COMP_IPA:           IPA
+ * @WLAN_UMAC_COMP_CP_STATS:      Control Plane Statistics
  * @WLAN_UMAC_COMP_ID_MAX:        Maximum components in UMAC
  *
  * This id is static.
@@ -276,6 +277,7 @@
 	WLAN_UMAC_COMP_FD,
 	WLAN_UMAC_COMP_OCB,
 	WLAN_UMAC_COMP_IPA,
+	WLAN_UMAC_COMP_CP_STATS,
 	WLAN_UMAC_COMP_ID_MAX,
 };