qcacmn: Add support for configuring ACK timeout pdev param

Add support in host to configure ACK timeout pdev param through
WMI interface

Change-Id: Ifc43cd146fbbf6ef818268acf69789b38b28e384
CRs-Fixed: 2042639
This commit is contained in:
Sathish Kumar
2017-10-04 09:58:00 +05:30
committed by Nandini Suresh
orang tua 4ef4d7ba9c
melakukan 262d54ae05

Melihat File

@@ -5287,6 +5287,7 @@ typedef enum {
wmi_pdev_param_atf_peer_stats,
wmi_pdev_param_btcoex_cfg,
wmi_pdev_param_mesh_mcast_enable,
wmi_pdev_param_tx_ack_timeout,
wmi_pdev_param_max,
} wmi_conv_pdev_params_id;
@@ -5546,6 +5547,7 @@ typedef enum {
wmi_service_offchan_tx_wmi,
wmi_service_chan_load_info,
wmi_service_extended_nss_support,
wmi_service_ack_timeout,
wmi_services_max,
} wmi_conv_service_ids;