qcacmn: Off-chan txrx componentization changes

Add new module id for offchan txrx compotent and call offchan init/deint.

Change-Id: I803925d2dafdbe3800636de4e5ac4ae69c4851d0
CRs-Fixed: 2030050
diff --git a/umac/cmn_services/inc/wlan_cmn.h b/umac/cmn_services/inc/wlan_cmn.h
index f6ed3cb..e5484f1 100644
--- a/umac/cmn_services/inc/wlan_cmn.h
+++ b/umac/cmn_services/inc/wlan_cmn.h
@@ -111,6 +111,7 @@
  * @WLAN_UMAC_COMP_NAN:           Neighbor Aware Networking
  * @WLAN_UMAC_COMP_DFS:           DFS
  * @WLAN_UMAC_COMP_ID_MAX:        Maximum components in UMAC
+ * @WLAN_UMAC_COMP_OFFCHAN_TXRX:  Offchan TxRx
  *
  * This id is static.
  * On Adding new component, new id has to be assigned
@@ -131,6 +132,7 @@
 	WLAN_UMAC_COMP_CRYPTO,
 	WLAN_UMAC_COMP_NAN,
 	WLAN_UMAC_COMP_DFS,
+	WLAN_UMAC_COMP_OFFCHAN_TXRX,
 	WLAN_UMAC_COMP_ID_MAX,
 };