diff options
| author | spuligil <spuligil@codeaurora.org> | 2019-05-29 12:00:53 -0700 |
|---|---|---|
| committer | spuligil <spuligil@codeaurora.org> | 2019-05-29 12:00:54 -0700 |
| commit | daf968bf1fc57e3c1bdc35d313e3ebfa0afe6839 (patch) | |
| tree | b318f96ada9f3a5c4bcfb8e182a5ac2cd1b00402 | |
| parent | e37c910617267cf2b748c2697219dcc8a0ad2631 (diff) | |
fw-api: CL 7249329 - update fw common interface files
Change-Id: Ic034179cfd33a4861ce0c6e2e803371c42d84fe4
WMI: add VDEV_START_RESPONSE_INVALID_REGDOMAIN def
CRs-Fixed: 2262693
| -rwxr-xr-x | fw/wmi_unified.h | 1 | ||||
| -rwxr-xr-x | fw/wmi_version.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index 3b454b99c1d6..5141f7c7b4c4 100755 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -10118,6 +10118,7 @@ typedef struct { #define WMI_VDEV_START_RESPONSE_INVALID_VDEVID 0x1 /** requested VDEV not found */ #define WMI_VDEV_START_RESPONSE_NOT_SUPPORTED 0x2 /** unsupported VDEV combination */ #define WMI_VDEV_START_RESPONSE_DFS_VIOLATION 0x3 /** DFS_VIOLATION since channel in the NOL is selected */ +#define WMI_VDEV_START_RESPONSE_INVALID_REGDOMAIN 0x4 /** Invalid regulatory domain in VDEV start */ /** Beacon processing related command and event structures */ typedef struct { diff --git a/fw/wmi_version.h b/fw/wmi_version.h index 64c05fad585d..ef07cef3726b 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_ 669 +#define __WMI_REVISION_ 670 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
