diff options
| author | qcabuildsw <qcabuildsw@localhost> | 2017-01-23 21:34:45 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-01-25 14:49:05 -0800 |
| commit | 41d9547275bd0bf298c3149cc5faabb22420b3c1 (patch) | |
| tree | 32116e877b5cef22ba3d7bdb4ee25f22bf33d224 | |
| parent | 59a66b8ed7deb31dad03d270e59ac12845e0d211 (diff) | |
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
| -rwxr-xr-x | fw/wmi_unified.h | 9 | ||||
| -rwxr-xr-x | fw/wmi_version.h | 2 |
2 files changed, 9 insertions, 2 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index 0f4bfc3a281a..9a205a09aac4 100755 --- a/fw/wmi_unified.h +++ b/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. diff --git a/fw/wmi_version.h b/fw/wmi_version.h index 7d13eef4d4b1..562a5ac2c3dc 100755 --- a/fw/wmi_version.h +++ b/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 |
