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
This commit is contained in:
Kris Muthusamy
2017-03-09 18:05:06 -08:00
committed by Sandeep Puligilla
parent 071b155ade
commit 724fc36e97

View File

@@ -16674,8 +16674,6 @@ static void populate_vdev_param_tlv(uint32_t *vdev_param)
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