Browse Source

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
Kris Muthusamy 8 years ago
parent
commit
5cb811a792
2 changed files with 0 additions and 3 deletions
  1. 0 1
      wmi/inc/wmi_unified_param.h
  2. 0 2
      wmi/src/wmi_unified_tlv.c

+ 0 - 1
wmi/inc/wmi_unified_param.h

@@ -5331,7 +5331,6 @@ typedef enum {
 	wmi_vdev_param_he_bss_color,
 	wmi_vdev_param_he_range_ext_enable,
 	wmi_vdev_param_set_hemu_mode,
-	wmi_vdev_param_tx_ofdma_cplen,
 
 	wmi_vdev_param_max,
 } wmi_conv_vdev_param_id;

+ 0 - 2
wmi/src/wmi_unified_tlv.c

@@ -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