qcacmn: Include WIFI POS component ID in common files

This change defines WLAN_UMAC_COMP_WIFI_POS and WLAN_WIFI_POS_ID
to be used later by WIFI_POS component.

Change-Id: I70e35d45a9c7cbe72af91bb019e055699d61dd08
CRs-Fixed: 2003488
diff --git a/umac/cmn_services/inc/wlan_cmn.h b/umac/cmn_services/inc/wlan_cmn.h
index 82dbe05..82b438d 100644
--- a/umac/cmn_services/inc/wlan_cmn.h
+++ b/umac/cmn_services/inc/wlan_cmn.h
@@ -98,6 +98,7 @@
  * @WLAN_UMAC_COMP_P2P:      P2P
  * @WLAN_UMAC_COMP_POLICY_MGR:     Policy Manager
  * @WLAN_UMAC_COMP_CONFIG:     Configuration
+ * @WLAN_UMAC_COMP_WIFI_POS:    WIFI Positioning
  * @WLAN_UMAC_COMP_ID_MAX: Maximum components in UMAC
  *
  * This id is static.
@@ -112,6 +113,7 @@
 	WLAN_UMAC_COMP_P2P            = 5,
 	WLAN_UMAC_COMP_POLICY_MGR     = 6,
 	WLAN_UMAC_COMP_CONFIG         = 7,
+	WLAN_UMAC_COMP_WIFI_POS       = 8,
 	WLAN_UMAC_COMP_ID_MAX,
 };