Эх сурвалжийг харах

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
spuligil 5 жил өмнө
parent
commit
b632693f62
1 өөрчлөгдсөн 8 нэмэгдсэн , 0 устгасан
  1. 8 0
      fw/wmi_unified.h

+ 8 - 0
fw/wmi_unified.h

@@ -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)