From 21a96f9644e26196db07f840fa04b6671d0df63b Mon Sep 17 00:00:00 2001 From: Vignesh U Date: Thu, 3 May 2018 10:50:33 +0530 Subject: [PATCH] qcacmn: Add pdev param for host dfs confirmation Add pdev param to update host wait status timeout value. Change-Id: I63fd6ebab1244eaabdf9445e48a04469ea681a36 CRs-Fixed: 2211883 --- dp/inc/cdp_txrx_stats_struct.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dp/inc/cdp_txrx_stats_struct.h b/dp/inc/cdp_txrx_stats_struct.h index 03e10e5ed4..0e4ec47929 100644 --- a/dp/inc/cdp_txrx_stats_struct.h +++ b/dp/inc/cdp_txrx_stats_struct.h @@ -1239,6 +1239,9 @@ enum _ol_ath_param_t { OL_ATH_PARAM_PAPI_ENABLE = 364, OL_ATH_PARAM_ISOLATION = 365, OL_ATH_PARAM_MAX_CLIENTS_PER_RADIO = 366, +#if defined(WLAN_DFS_PARTIAL_OFFLOAD) && defined(HOST_DFS_SPOOF_TEST) + OL_ATH_PARAM_DFS_HOST_WAIT_TIMEOUT = 367, +#endif }; /* Enumeration of PDEV Configuration parameter */