qcacmn: tdls module init and deinit

tdls module init and deinit

Change-Id: I751a948a46ac4e5148e35aa509fdbff25b6c5f3c
CRs-Fixed: 2011330
diff --git a/umac/cmn_services/inc/wlan_cmn.h b/umac/cmn_services/inc/wlan_cmn.h
index 82b438d..a066b1d 100644
--- a/umac/cmn_services/inc/wlan_cmn.h
+++ b/umac/cmn_services/inc/wlan_cmn.h
@@ -99,6 +99,7 @@
  * @WLAN_UMAC_COMP_POLICY_MGR:     Policy Manager
  * @WLAN_UMAC_COMP_CONFIG:     Configuration
  * @WLAN_UMAC_COMP_WIFI_POS:    WIFI Positioning
+ * @WLAN_UMAC_COMP_TDLS:     TDLS
  * @WLAN_UMAC_COMP_ID_MAX: Maximum components in UMAC
  *
  * This id is static.
@@ -114,6 +115,7 @@
 	WLAN_UMAC_COMP_POLICY_MGR     = 6,
 	WLAN_UMAC_COMP_CONFIG         = 7,
 	WLAN_UMAC_COMP_WIFI_POS       = 8,
+	WLAN_UMAC_COMP_TDLS           = 9,
 	WLAN_UMAC_COMP_ID_MAX,
 };