From f302c5c8e83dd152ae2f9c319e0c9c563821498a Mon Sep 17 00:00:00 2001 From: Shiva Krishna Pittala Date: Fri, 16 Feb 2018 21:28:40 +0530 Subject: [PATCH] qcacmn: Provide a configuration to enable/disable CCK Tx Firmware will use this configuration to enable/disable the CCK transmission. By default, the CCK Tx is enabled. CRs-Fixed: 2191524 Change-Id: I165c3ea10ea3734fc81e7d25fe8ad676afd1b2c1 --- wmi_unified_param.h | 1 + 1 file changed, 1 insertion(+) diff --git a/wmi_unified_param.h b/wmi_unified_param.h index 93da992e82..024b9700c6 100644 --- a/wmi_unified_param.h +++ b/wmi_unified_param.h @@ -5706,6 +5706,7 @@ typedef enum { wmi_pdev_param_mesh_mcast_enable, wmi_pdev_param_tx_ack_timeout, wmi_pdev_param_soft_tx_chain_mask, + wmi_pdev_param_cck_tx_enable, wmi_pdev_param_max, } wmi_conv_pdev_params_id;