diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-02-08 00:19:55 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-02-08 00:19:55 -0800 |
| commit | c371e65e4126c6fcd9ea7c7ee029c37b20d7d386 (patch) | |
| tree | 0779772ac193ca25153057729caac4ed7e422252 | |
| parent | 13fe5457291911253fc3d10d3443da5303f2a1a5 (diff) | |
| parent | fb4ee125ef418230426ad24e1579049ba7cab9a4 (diff) | |
Merge "qcacld-2.0: CL 2810438 - update fw common interface files" into wlan-cld2.driver.lnx.1.0-dev
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 5 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_version.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index 6ff3aa761cb3..0ee90b200231 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -6499,6 +6499,11 @@ typedef enum { * valid values: 0-Disable ER, 1-Enable ER. */ 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 === diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index 6c6c8e1378e1..01c60b517300 100644 --- a/CORE/SERVICES/COMMON/wmi_version.h +++ b/CORE/SERVICES/COMMON/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 |
