diff options
| author | Manjeet Singh <manjee@codeaurora.org> | 2016-12-07 16:56:47 +0530 |
|---|---|---|
| committer | Ashish kumar goswami <agoswa@codeaurora.org> | 2016-12-19 18:40:59 +0530 |
| commit | 7978ef790ac1d67baef2d49fe9a48dd5c7a37d39 (patch) | |
| tree | da776b0adacb376df94ab565dbb72c12d13e249c | |
| parent | f4ab4174c3724086289b2b4c849828511446fae4 (diff) | |
qcacld-2.0: CL 2703071 - update fw common interface files
Make set chan list a pdev level cmd
Change-Id: Iff2d7698c7e2869f6f270a7f604338487df606a0
CRs-Fixed: 865207
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 1 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_version.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index c416de8c884b..0e445da3291d 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -2783,6 +2783,7 @@ typedef struct { A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_scan_chan_list_cmd_fixed_param */ A_UINT32 num_scan_chans; /** no of elements in chan_info[] */ A_UINT32 flags; /* Flags used to control the behavior of channel list update on target side */ + A_UINT32 pdev_id; /* pdev_id for identifying the MAC. See macros starting with WMI_PDEV_ID_ for values */ /** Followed by the variable length TLV chan_info: * wmi_channel chan_info[] */ } wmi_scan_chan_list_cmd_fixed_param; diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index bc64d0afa158..8fc6ecb29987 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_ 317 +#define __WMI_REVISION_ 318 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
