Browse Source

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

Add WMI vdev params for ENABLE_BCAST_PROBE_RESPONSE and FILS_MAX_CHANNEL_GUARD_TIME

Change-Id: Ia2fadd84d0ddbca9330ced7c7337b448a16a8be0
CRs-Fixed: 1107600
qcabuildsw 8 years ago
parent
commit
1755f50a74
2 changed files with 9 additions and 2 deletions
  1. 8 1
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 8 - 1
fw/wmi_unified.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2016 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2010-2017 The Linux Foundation. All rights reserved.
  *
  * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
  *
@@ -6404,6 +6404,13 @@ typedef enum {
      */
     WMI_VDEV_PARAM_HE_RANGE_EXT,
 
+    /* enable or disable BCAST probe response feature */
+    WMI_VDEV_PARAM_ENABLE_BCAST_PROBE_RESPONSE,
+
+    /* param to specify probe request Tx delay during Fast Initial Link Setup */
+    WMI_VDEV_PARAM_FILS_MAX_CHANNEL_GUARD_TIME, /* units = milliseconds */
+
+
     /*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE ===
      * The below vdev param types are used for prototyping, and are
      * prone to change.

+ 1 - 1
fw/wmi_version.h

@@ -36,7 +36,7 @@
 #define __WMI_VER_MINOR_    0
 /** WMI revision number has to be incremented when there is a
  *  change that may or may not break compatibility. */
-#define __WMI_REVISION_ 336
+#define __WMI_REVISION_ 337
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work