diff options
| author | spuligil <spuligil@codeaurora.org> | 2019-07-13 12:02:33 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2019-07-22 06:03:07 -0700 |
| commit | bd13716d190e45dc6738b97e1fcfc2e16bfe180a (patch) | |
| tree | 95bfe3cdff01297e84755e12eb043c0047b8e48f | |
| parent | 6ff5526e12aeb999859412a5654fb43101713131 (diff) | |
fw-api: CL 7611727 - update fw common interface files
Add WMI_UNIFIED_VDEV_SUBTYPE_SMART_MON def
Change-Id: I4b56f9d3569e0b0a4157985efa5e7eea55299d5a
CRs-Fixed: 2262693
| -rwxr-xr-x | fw/wmi_unified.h | 5 | ||||
| -rwxr-xr-x | fw/wmi_version.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index 697e15ffce31..3aed408d2f1c 100755 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -8473,6 +8473,11 @@ typedef struct { * added to AST table for traffic flow between mesh stations */ #define WMI_UNIFIED_VDEV_SUBTYPE_MESH_11S 0x6 +/* Subtype to indicate that the AP VAP is in smart monitor mode + * This is needed to differentiate in firmware betweem normal AP mode + * with smart monitor AP mode + */ +#define WMI_UNIFIED_VDEV_SUBTYPE_SMART_MON 0x7 /** values for vdev_start_request flags */ /** Indicates that AP VDEV uses hidden ssid. only valid for diff --git a/fw/wmi_version.h b/fw/wmi_version.h index 4d99dc762f16..1536fdbb5280 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_ 694 +#define __WMI_REVISION_ 695 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
