fw-api: CL 9527531 - update fw common interface files

add WMI_PDEV_PARAM_SET_DFS_CHAN_AGEOUT_TIME def

Change-Id: I1d13d6dfd05f97d7bfed482c0c7b48e82e2423aa
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2020-02-10 06:00:45 -08:00
committed by nshrivas
parent 1b3f2acd20
commit b632693f62

View File

@@ -6457,6 +6457,14 @@ typedef enum {
*/
WMI_PDEV_PARAM_MWSCOEX_SCC_CHAVD_DELAY,
/*
* Parameter used to set ageout timer value from host (units = seconds).
* If not set, FW use default value 2 seconds.
* ageout time: the time upto which DFS channel information such as
* beacon found is remembered
*/
WMI_PDEV_PARAM_SET_DFS_CHAN_AGEOUT_TIME,
} WMI_PDEV_PARAM;
#define WMI_PDEV_ONLY_BSR_TRIG_IS_ENABLED(trig_type) WMI_GET_BITS(trig_type, 0, 1)