qcacmn: Remove WMI vdev ofdma_cplen command population

Remove WMI VDEV param population for HE ofdma_cplen
command. Instead use the same old short_gi command
for HE ofdma cplen.

Change-Id: Id303dab1c7ec47ebc31fc685ad0b50ddfdf4fcac
CRs-Fixed: 2009118
diff --git a/wmi_unified_tlv.c b/wmi_unified_tlv.c
index 96c0e24..3457871 100644
--- a/wmi_unified_tlv.c
+++ b/wmi_unified_tlv.c
@@ -16674,8 +16674,6 @@
 				 WMI_VDEV_PARAM_HE_RANGE_EXT;
 	vdev_param[wmi_vdev_param_he_bss_color] = WMI_VDEV_PARAM_BSS_COLOR;
 	vdev_param[wmi_vdev_param_set_hemu_mode] = WMI_VDEV_PARAM_SET_HEMU_MODE;
-	vdev_param[wmi_vdev_param_tx_ofdma_cplen] =
-				 WMI_VDEV_PARAM_TX_OFDMA_CPLEN;
 }
 #endif