qcacmn: Add pdev param for host dfs confirmation

Add pdev param to update host wait status timeout value.

Change-Id: I63fd6ebab1244eaabdf9445e48a04469ea681a36
CRs-Fixed: 2211883
This commit is contained in:
Vignesh U
2018-05-03 10:50:33 +05:30
committed by nshrivas
parent bd22540e0d
commit 21a96f9644

View File

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